Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dfsnotify_backend.h36 #define FS_OPEN 0x00000020 /* File was opened */ macro
90 FS_OPEN | FS_OPEN_EXEC)
Dfsnotify.h327 __u32 mask = FS_OPEN; in fsnotify_open()
/linux-6.6.21/fs/notify/inotify/
Dinotify_user.c851 BUILD_BUG_ON(IN_OPEN != FS_OPEN); in inotify_user_setup()
/linux-6.6.21/fs/notify/fanotify/
Dfanotify.c909 BUILD_BUG_ON(FAN_OPEN != FS_OPEN); in fanotify_handle_event()