Searched refs:fanotify_fd (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | sys_parisc32.c | 27 asmlinkage long sys32_fanotify_mark(compat_int_t fanotify_fd, compat_uint_t flags, in sys32_fanotify_mark() argument 31 return sys_fanotify_mark(fanotify_fd, flags, in sys32_fanotify_mark()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1109 static int do_fanotify_mark(int fanotify_fd, unsigned int flags, __u64 mask, in do_fanotify_mark() argument 1126 __func__, fanotify_fd, flags, dfd, pathname, mask); in do_fanotify_mark() 1173 f = fdget(fanotify_fd); in do_fanotify_mark() 1289 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags, in SYSCALL_DEFINE5() argument 1293 return do_fanotify_mark(fanotify_fd, flags, mask, dfd, pathname); in SYSCALL_DEFINE5() 1299 int, fanotify_fd, unsigned int, flags, in SYSCALL32_DEFINE6() argument 1303 return do_fanotify_mark(fanotify_fd, flags, SC_VAL64(__u64, mask), in SYSCALL32_DEFINE6()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | syscalls.h | 951 asmlinkage long sys_fanotify_mark(int fanotify_fd, unsigned int flags,
|