Searched refs:F_NOTIFY (Results 1 – 10 of 10) sorted by relevance
28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
23 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
24 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
202 # define F_NOTIFY 1026 /* Request notifications on a directory. */ macro
66 disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
41 - Directory change notification (F_NOTIFY)
420 case F_NOTIFY: in do_fcntl()