Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dinotify.h41 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed. */ macro
42 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
58 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
72 | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dinotify.h31 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \