Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfcntl.h22 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
/linux-4.1.27/Documentation/filesystems/
Ddnotify_test.c27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
Ddnotify.txt61 disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
Docfs2.txt33 - Directory change notification (F_NOTIFY)
/linux-4.1.27/fs/
Dfcntl.c326 case F_NOTIFY: in do_fcntl()