Searched refs:IN_ONESHOT (Results 1 – 4 of 4) sorted by relevance
21 IN_MASK_CREATE | IN_ISDIR | IN_ONESHOT)
59 #define IN_ONESHOT 0x80000000 /* only send event once */ macro
125 if (inode_mark->mask & IN_ONESHOT) in inotify_handle_inode_event()
105 mask |= (arg & (IN_ALL_EVENTS | IN_ONESHOT | IN_EXCL_UNLINK)); in inotify_arg_to_mask()842 BUILD_BUG_ON(IN_ONESHOT != FS_IN_ONESHOT); in inotify_user_setup()
Completed in 9 milliseconds