Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfanotify.h11 #define FAN_CLOSE_WRITE 0x00000008 /* Writable file closed */ macro
36 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/linux/fs/notify/fanotify/
H A Dfanotify.c896 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()