Searched refs:FAN_CLOSE_WRITE (Results 1 – 6 of 6) 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
11 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro33 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
149 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()202 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()254 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
72 event_set[tst_count] = FAN_CLOSE_WRITE; in test01()
299 if (fanotify_mark(nofid_fd, FAN_MARK_ADD, FAN_CLOSE_WRITE, AT_FDCWD, in do_setup()