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

/linux-master/include/linux/
H A Dinotify.h13 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/linux-master/include/uapi/linux/
H A Dinotify.h34 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwritable file closed */ macro
49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
67 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/linux-master/fs/notify/inotify/
H A Dinotify_user.c849 BUILD_BUG_ON(IN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE);

Completed in 121 milliseconds