Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfsnotify.h196 __u32 mask = FS_MODIFY; in fsnotify_modify()
271 mask |= FS_MODIFY; in fsnotify_change()
279 mask |= FS_MODIFY; in fsnotify_change()
Ddnotify.h26 FS_MODIFY | FS_MODIFY_CHILD |\
Dfsnotify_backend.h30 #define FS_MODIFY 0x00000002 /* File was modified */ macro
62 #define FS_EVENTS_POSS_ON_CHILD (FS_ACCESS | FS_MODIFY | FS_ATTRIB |\
72 #define ALL_FSNOTIFY_EVENTS (FS_ACCESS | FS_MODIFY | FS_ATTRIB | \
/linux-4.19.296/fs/notify/
Dfsnotify.c207 if (mask & FS_MODIFY) { in send_to_group()
354 if (!(mask & FS_MODIFY) && in fsnotify()
/linux-4.19.296/fs/notify/fanotify/
Dfanotify.c204 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
/linux-4.19.296/fs/notify/dnotify/
Ddnotify.c207 new_mask |= FS_MODIFY; in convert_arg()
/linux-4.19.296/fs/kernfs/
Dfile.c908 fsnotify(p_inode, FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
916 fsnotify(inode, FS_MODIFY, inode, FSNOTIFY_EVENT_INODE, in kernfs_notify_workfn()
/linux-4.19.296/fs/notify/inotify/
Dinotify_user.c805 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()