Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfsnotify.h255 fsnotify_file(file, FS_MODIFY); in fsnotify_modify()
303 mask |= FS_MODIFY; in fsnotify_change()
311 mask |= FS_MODIFY; in fsnotify_change()
Ddnotify.h26 FS_MODIFY | FS_MODIFY_CHILD |\
Dfsnotify_backend.h30 #define FS_MODIFY 0x00000002 /* File was modified */ macro
82 FS_ACCESS | FS_MODIFY | FS_ATTRIB | \
/Linux-v5.10/fs/notify/
Dfsnotify.c293 if (mask & FS_MODIFY) { in send_to_group()
480 if (!(mask & FS_MODIFY) && !(test_mask & marks_mask)) in fsnotify()
/Linux-v5.10/fs/notify/dnotify/
Ddnotify.c193 new_mask |= FS_MODIFY; in convert_arg()
/Linux-v5.10/fs/kernfs/
Dfile.c905 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD, in kernfs_notify_workfn()
915 fsnotify_inode(inode, FS_MODIFY); in kernfs_notify_workfn()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c661 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
/Linux-v5.10/fs/notify/inotify/
Dinotify_user.c805 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()
/Linux-v5.10/kernel/trace/
Dtrace.c1686 fsnotify_inode(tr->d_max_latency->d_inode, FS_MODIFY); in latency_fsnotify_workfn()