Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dinotify.h33 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
48 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
65 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/linux-4.1.27/include/linux/
Dinotify.h15 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c790 BUILD_BUG_ON(IN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in inotify_user_setup()