Searched refs:IN_CREATE (Results 1 – 25 of 28) sorted by relevance
12
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 | \
108 if ((event->mask & (IN_CREATE|IN_MOVED_TO)) != 0) in cras_file_wait_process_event()228 flags = IN_CREATE|IN_MOVED_TO|IN_DELETE|IN_MOVED_FROM; in cras_file_wait_dispatch()
28 creat file IN_CREATE
93 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()
183 IN_CREATE = 256
566 IN_CREATE = 0x100 const
697 IN_CREATE = 0x100 const
700 IN_CREATE = 0x100 const
698 IN_CREATE = 0x100 const