Symbol: fanotify_mark
fs/notify/fanotify/fanotify.h
526
static inline struct fanotify_mark *FANOTIFY_MARK(struct fsnotify_mark *mark)
fs/notify/fanotify/fanotify.h
528
return container_of(mark, struct fanotify_mark, fsn_mark);
fs/notify/fanotify/fanotify_user.c
1425
struct fanotify_mark *fan_mark;
fs/notify/fanotify/fanotify_user.c
2155
SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags,
fs/notify/fanotify/fanotify_user.c
2164
SYSCALL32_DEFINE6(fanotify_mark,
fs/notify/fanotify/fanotify_user.c
2200
fanotify_mark_cache = KMEM_CACHE(fanotify_mark,
kernel/sys_ni.c
226
COND_SYSCALL(fanotify_mark);
kernel/sys_ni.c
287
COND_SYSCALL_COMPAT(fanotify_mark);
samples/fanotify/fs-monitor.c
134
if (fanotify_mark(fd, FAN_MARK_ADD|FAN_MARK_FILESYSTEM,
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
81
ret = fanotify_mark(self->fan_fd[i], FAN_MARK_ADD |
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
88
ret = fanotify_mark(self->fan_fd[i], mark_cmds[i] |
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
102
ret = fanotify_mark(self->fan_fd[i], FAN_MARK_ADD |
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
108
ret = fanotify_mark(self->fan_fd[i], FAN_MARK_ADD |
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
115
ret = fanotify_mark(self->fan_fd[i], mark_cmds[i] |
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
89
ret = fanotify_mark(fan_fd, FAN_MARK_ADD | mark_types[i],
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
93
ret = fanotify_mark(fan_fd, FAN_MARK_ADD | FAN_MARK_FILESYSTEM,