Searched refs:IN_DELETE (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.
39 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/linux-master/fs/notify/inotify/
H A Dinotify_user.c854 BUILD_BUG_ON(IN_DELETE != FS_DELETE);

Completed in 207 milliseconds