Home
last modified time | relevance | path

Searched refs:IN_ONESHOT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dinotify.h20 IN_ISDIR | IN_ONESHOT)
/linux-4.1.27/include/uapi/linux/
Dinotify.h57 #define IN_ONESHOT 0x80000000 /* only send event once */ macro
/linux-4.1.27/fs/notify/inotify/
Dinotify_fsnotify.c117 if (inode_mark->mask & IN_ONESHOT) in inotify_handle_event()
Dinotify_user.c100 mask |= (arg & (IN_ALL_EVENTS | IN_ONESHOT | IN_EXCL_UNLINK)); in inotify_arg_to_mask()
803 BUILD_BUG_ON(IN_ONESHOT != FS_IN_ONESHOT); in inotify_user_setup()