Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfanotify.h8 #define FAN_MODIFY 0x00000002 /* File was modified */ macro
72 FAN_MODIFY |\
/linux-2.6.39/fs/notify/fanotify/
Dfanotify.c130 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()