Home
last modified time | relevance | path

Searched refs:FAN_CLOSE_WRITE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfanotify.h11 #define FAN_CLOSE_WRITE 0x00000008 macro
19 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfanotify.h11 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro
33 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfanotify.h11 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro
36 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfanotify.h25 #define FAN_CLOSE_WRITE 0x00000008 macro
41 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfanotify.h25 #define FAN_CLOSE_WRITE 0x00000008 macro
41 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.c669 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c908 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()

Completed in 8 milliseconds