Searched refs:IN_CREATE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dinotify.h14 IN_MOVED_TO | IN_CREATE | IN_DELETE | \
/linux-master/include/uapi/linux/
H A Dinotify.h19 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
38 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/linux-master/fs/notify/inotify/
H A Dinotify_user.c853 BUILD_BUG_ON(IN_CREATE != FS_CREATE);

Completed in 152 milliseconds