Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfanotify.h9 #define FAN_MODIFY 0x00000002 /* File was modified */ macro
113 FAN_MODIFY |\
/openbmc/linux/include/linux/
H A Dfanotify.h82 #define FANOTIFY_PATH_EVENTS (FAN_ACCESS | FAN_MODIFY | \
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c905 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()