Home
last modified time | relevance | path

Searched refs:fanotify_init (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test_ns.c87 int fan_fd = fanotify_init(FAN_REPORT_FID, 0); in FIXTURE_SETUP()
98 self->fan_fd[i] = fanotify_init(FAN_REPORT_MNT | FAN_NONBLOCK, in FIXTURE_SETUP()
H A Dmount-notify_test.c78 self->fan_fd[i] = fanotify_init(FAN_REPORT_MNT | FAN_NONBLOCK, in FIXTURE_SETUP()
/linux/kernel/
H A Dsys_ni.c225 COND_SYSCALL(fanotify_init);
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl306 295 n64 fanotify_init sys_fanotify_init
/linux/scripts/
H A Dsyscall.tbl311 262 common fanotify_init sys_fanotify_init
/linux/tools/scripts/
H A Dsyscall.tbl311 262 common fanotify_init sys_fanotify_init
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl286 332 common fanotify_init sys_fanotify_init
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl347 337 common fanotify_init sys_fanotify_init
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl343 320 common fanotify_init sys_fanotify_init
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl312 300 common fanotify_init sys_fanotify_init
H A Dsyscall_32.tbl353 338 i386 fanotify_init sys_fanotify_init
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl399 329 common fanotify_init sys_fanotify_init
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl385 367 common fanotify_init sys_fanotify_init
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl423 323 nospu fanotify_init sys_fanotify_init
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1607 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) in SYSCALL_DEFINE2() argument