Searched refs:FAN_CLOSE_WRITE (Results 1 – 4 of 4) sorted by relevance
10 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro24 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
11 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro33 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
669 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()