Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfanotify.h11 #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
24 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c199 BUILD_BUG_ON(FAN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in fanotify_handle_event()