Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfsnotify_backend.h31 #define FS_OPEN 0x00000020 /* File was opened */ macro
60 FS_CLOSE_WRITE | FS_CLOSE_NOWRITE | FS_OPEN |\
69 FS_CLOSE_WRITE | FS_CLOSE_NOWRITE | FS_OPEN | \
Dfsnotify.h234 __u32 mask = FS_OPEN; in fsnotify_open()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c202 BUILD_BUG_ON(FAN_OPEN != FS_OPEN); in fanotify_handle_event()
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c791 BUILD_BUG_ON(IN_OPEN != FS_OPEN); in inotify_user_setup()