Searched refs:FAN_CLOSE_NOWRITE (Results 1 – 4 of 4) sorted by relevance
11 #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro24 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
12 #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro33 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
668 BUILD_BUG_ON(FAN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in fanotify_handle_event()