Searched refs:IN_CREATE (Results 1 – 10 of 10) sorted by relevance
38 #define IN_CREATE 0x00000100 /* Subfile was created */ macro68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
49 #define IN_CREATE 0x00000100 /* Subfile was created. */ macro78 | IN_MOVED_TO | IN_CREATE | IN_DELETE \
17 IN_MOVED_TO | IN_CREATE | IN_DELETE | \
705 flags = IN_CREATE707 flags = IN_CREATE | IN_ISDIR1795 if auto_add and not mask & IN_CREATE:1796 mask |= IN_CREATE2134 mask |= IN_CREATE | 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()3654 TESTEQUAL(events[0]->mask, IN_CREATE); in inotify_test()3655 TESTEQUAL(events[1]->mask, IN_CREATE); in inotify_test()3656 TESTEQUAL(events[2]->mask, IN_CREATE); in inotify_test()3675 TESTEQUAL(event->mask, IN_CREATE); in inotify_test()
820 BUILD_BUG_ON(IN_CREATE != FS_CREATE); in inotify_user_setup()
174 self.watchmask = pyinotify.IN_CLOSE_WRITE | pyinotify.IN_CREATE | pyinotify.IN_DELETE | \