Home
last modified time | relevance | path

Searched refs:FS_MODIFY (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/fs/notify/
Dfsnotify.c143 if (mask & FS_MODIFY) { in send_to_group()
223 if (!(mask & FS_MODIFY) && in fsnotify()
230 if ((mask & FS_MODIFY) || in fsnotify()
235 if (mnt && ((mask & FS_MODIFY) || in fsnotify()
/linux-2.6.39/include/linux/
Dfsnotify.h213 __u32 mask = FS_MODIFY; in fsnotify_modify()
288 mask |= FS_MODIFY; in fsnotify_change()
296 mask |= FS_MODIFY; in fsnotify_change()
Dfsnotify_backend.h28 #define FS_MODIFY 0x00000002 /* File was modified */ macro
60 #define FS_EVENTS_POSS_ON_CHILD (FS_ACCESS | FS_MODIFY | FS_ATTRIB |\
69 #define ALL_FSNOTIFY_EVENTS (FS_ACCESS | FS_MODIFY | FS_ATTRIB | \
Ddnotify.h25 FS_MODIFY | FS_MODIFY_CHILD |\
/linux-2.6.39/fs/notify/fanotify/
Dfanotify.c130 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
/linux-2.6.39/fs/notify/dnotify/
Ddnotify.c221 new_mask |= FS_MODIFY; in convert_arg()
/linux-2.6.39/fs/notify/inotify/
Dinotify_user.c838 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()