Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfanotify.h9 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro
23 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c201 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()