Searched refs:IN_CREATE (Results 1 – 13 of 13) sorted by relevance
62 #if defined(IN_CREATE) || (defined(HAVE_DECL_IN_CREATE) && HAVE_DECL_IN_CREATE)64 static_assert((IN_CREATE) == (0x00000100), "IN_CREATE != 0x00000100");67 # define IN_CREATE 0x00000100179 XLAT(IN_CREATE),
9 IN_CREATE 0x00000100
38 #define IN_CREATE 0x00000100 /* Subfile was created */ macro68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
35 #define IN_CREATE 0x00000100 /* Subfile was created */ macro63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
109 if ((event->mask & (IN_CREATE | IN_MOVED_TO)) != 0) in cras_file_wait_process_event()232 flags = IN_CREATE | IN_MOVED_TO | IN_DELETE | IN_MOVED_FROM; in cras_file_wait_dispatch()
28 creat file IN_CREATE
74 event_set[test_cnt].mask = IN_CREATE; in verify_inotify()
300 IN_ATTRIB | IN_CREATE | IN_DELETE | in AddWatch()338 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
92 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add()
745 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) { in netns_monitor()761 if (event->mask & IN_CREATE) in netns_monitor()
366 if ( (event->mask & IN_CREATE) || (event->mask & IN_MODIFY)) { in file_watcher_thread()527 log_config_watcher[dom].paths[i].data, IN_CREATE | IN_DELETE)) < 0) { in initFileWatcher()
1946 pub const IN_CREATE: u32 = 0x0000_0100; constant1971 | IN_CREATE
2256 pub const IN_CREATE: u32 = 0x0000_0100; constant2281 | IN_CREATE