Searched refs:FAN_CLOSE_WRITE (Results 1 – 11 of 11) sorted by relevance
20 #if defined(FAN_CLOSE_WRITE) || (defined(HAVE_DECL_FAN_CLOSE_WRITE) && HAVE_DECL_FAN_CLOSE_WRITE)22 static_assert((FAN_CLOSE_WRITE) == (0x00000008), "FAN_CLOSE_WRITE != 0x00000008");25 # define FAN_CLOSE_WRITE 0x0000000889 XLAT(FAN_CLOSE_WRITE),
3 FAN_CLOSE_WRITE 0x00000008
10 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro26 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
117 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()170 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()222 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
72 event_set[tst_count] = FAN_CLOSE_WRITE; in test01()
81 FAN_CLOSE_WRITE = 8
985 fanotify_mask = FAN_ACCESS, FAN_MODIFY, FAN_CLOSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM…