Home
last modified time | relevance | path

Searched refs:IN_CREATE (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Dinotify.h49 #define IN_CREATE 0x00000100 /* Subfile was created. */ macro
78 | IN_MOVED_TO | IN_CREATE | IN_DELETE \
/glibc-2.36/nscd/
Dconnections.c849 #define TRACED_DIR_MASK (IN_DELETE_SELF | IN_CREATE | IN_MOVED_TO | IN_MOVE_SELF)
1908 || (inev->i.mask & IN_CREATE)) in inotify_check_files()
1917 inev->i.mask & IN_CREATE ? "created" : "moved into place"); in inotify_check_files()