fanotify_alloc_name_event
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: ✅struct fanotify_event *fanotify_alloc_name_event(struct inode *id, __kernel_fsid_t *fsid, const struct qstr *file_name, struct inode *child, gfp_t gfp);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/notify/fanotify/fanotify.c (ffffffff81377970)
Location: fs/notify/fanotify/fanotify.c:479
Inline: False
Direct callers:
- fs/notify/fanotify/fanotify.c:fanotify_alloc_event
Symbols:
ffffffff81377970-ffffffff81377b45: fanotify_alloc_name_event (STB_LOCAL)
5.13
: ✅struct fanotify_event *fanotify_alloc_name_event(struct inode *id, __kernel_fsid_t *fsid, const struct qstr *name, struct inode *child, unsigned int *hash, gfp_t gfp);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/notify/fanotify/fanotify.c (ffffffff8137e390)
Location: fs/notify/fanotify/fanotify.c:517
Inline: False
Direct callers:
- fs/notify/fanotify/fanotify.c:fanotify_alloc_event
Symbols:
ffffffff8137e390-ffffffff8137e5dc: fanotify_alloc_name_event (STB_LOCAL)
5.15
: ✅struct fanotify_event *fanotify_alloc_name_event(struct inode *id, __kernel_fsid_t *fsid, const struct qstr *name, struct inode *child, unsigned int *hash, gfp_t gfp);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/notify/fanotify/fanotify.c (ffffffff813cb470)
Location: fs/notify/fanotify/fanotify.c:517
Inline: False
Direct callers:
- fs/notify/fanotify/fanotify.c:fanotify_alloc_event
Symbols:
ffffffff813cb470-ffffffff813cb6b9: fanotify_alloc_name_event (STB_LOCAL)
5.19
: Selective Inline, Transformation ⚠️Collision: Unique Static
Inline: Selective
Transformation: True
Instances:
In fs/notify/fanotify/fanotify.c (ffffffff81453670)
Location: fs/notify/fanotify/fanotify.c:590
Inline: True
Direct callers:
- fs/notify/fanotify/fanotify.c:fanotify_alloc_event
Symbols:
ffffffff81453670-ffffffff81453c30: fanotify_alloc_name_event.constprop.0 (STB_LOCAL)
6.2
: Selective Inline, Transformation ⚠️Collision: Unique Static
Inline: Selective
Transformation: True
Instances:
In fs/notify/fanotify/fanotify.c (ffffffff814e2560)
Location: fs/notify/fanotify/fanotify.c:593
Inline: True
Direct callers:
- fs/notify/fanotify/fanotify.c:fanotify_alloc_event
Symbols:
ffffffff814e2560-ffffffff814e2ac8: fanotify_alloc_name_event.constprop.0 (STB_LOCAL)
6.5
: Selective Inline, Transformation ⚠️Collision: Unique Static
Inline: Selective
Transformation: True
Instances:
In fs/notify/fanotify/fanotify.c (ffffffff81518e30)
Location: fs/notify/fanotify/fanotify.c:597
Inline: True
Direct callers:
- fs/notify/fanotify/fanotify.c:fanotify_alloc_event
Symbols:
ffffffff81518e30-ffffffff815193aa: fanotify_alloc_name_event.constprop.0 (STB_LOCAL)
6.8
: Selective Inline, Transformation ⚠️Collision: Unique Static
Inline: Selective
Transformation: True
Instances:
In fs/notify/fanotify/fanotify.c (ffffffff8154d210)
Location: fs/notify/fanotify/fanotify.c:591
Inline: True
Direct callers:
- fs/notify/fanotify/fanotify.c:fanotify_alloc_event
Symbols:
ffffffff8154d210-ffffffff8154d78a: fanotify_alloc_name_event.constprop.0 (STB_LOCAL)
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.11
and 5.13
⚠️const struct qstr *name
unsigned int *hash
const struct qstr *file_name
id, fsid, file_name, child, gfp
➡️ id, fsid, name, child, hash, gfp
5.13
and 5.15
✅