Home
last modified time | relevance | path

Searched refs:FS_IN_ONESHOT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dfsnotify_backend.h49 #define FS_IN_ONESHOT 0x80000000 /* only send event once */ macro
75 FS_ISDIR | FS_IN_ONESHOT | FS_DN_RENAME | \
/linux-3.4.99/fs/notify/inotify/
Dinotify_user.c852 BUILD_BUG_ON(IN_ONESHOT != FS_IN_ONESHOT); in inotify_user_setup()