Home
last modified time | relevance | path

Searched refs:F_NOTIFY (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddnotify_test.c28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h24 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h24 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst66 disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
H A Docfs2.rst41 - Directory change notification (F_NOTIFY)
/openbmc/linux/fs/
H A Dfcntl.c399 case F_NOTIFY: in do_fcntl()
/openbmc/qemu/linux-user/
H A Dsyscall.c6798 ret = F_NOTIFY; in target_to_host_fcntl_cmd()