Searched refs:F_NOTIFY (Results 1 – 5 of 5) sorted by relevance
22 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
61 disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
33 - Directory change notification (F_NOTIFY)
326 case F_NOTIFY: in do_fcntl()