Searched refs:IN_DELETE (Results 1 – 11 of 11) sorted by relevance
39 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
50 #define IN_DELETE 0x00000200 /* Subfile was deleted. */ macro78 | IN_MOVED_TO | IN_CREATE | IN_DELETE \
17 IN_MOVED_TO | IN_CREATE | IN_DELETE | \
17 else if(ievent->len > 0 && ievent->mask & IN_DELETE)
3618 IN_CREATE | IN_DELETE), in inotify_test()3621 IN_CREATE | IN_DELETE), in inotify_test()3624 IN_CREATE | IN_DELETE), in inotify_test()3683 TESTEQUAL(event->mask, IN_DELETE); in inotify_test()3714 TESTEQUAL(events[0]->mask, IN_DELETE); in inotify_test()3715 TESTEQUAL(events[1]->mask, IN_DELETE); in inotify_test()
821 BUILD_BUG_ON(IN_DELETE != FS_DELETE); in inotify_user_setup()
2134 mask |= IN_CREATE | IN_DELETE
174 self.watchmask = pyinotify.IN_CLOSE_WRITE | pyinotify.IN_CREATE | pyinotify.IN_DELETE | \