Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfanotify.h88 #define FANOTIFY_DIRENT_EVENTS (FAN_MOVE | FAN_CREATE | FAN_DELETE | \
/openbmc/linux/include/uapi/linux/
H A Dfanotify.h17 #define FAN_DELETE 0x00000200 /* Subfile was deleted */ macro
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c913 BUILD_BUG_ON(FAN_DELETE != FS_DELETE); in fanotify_handle_event()