Searched refs:FAN_CLOSE_NOWRITE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfanotify.h12 #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwritable file closed */ macro
36 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/linux-master/fs/notify/fanotify/
H A Dfanotify.c895 BUILD_BUG_ON(FAN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE);

Completed in 223 milliseconds