Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddnotify.h26 FS_MODIFY | FS_MODIFY_CHILD |\
H A Dfsnotify.h433 fsnotify_file(file, FS_MODIFY); in fsnotify_modify()
481 mask |= FS_MODIFY; in fsnotify_change()
489 mask |= FS_MODIFY; in fsnotify_change()
/linux/fs/notify/dnotify/
H A Ddnotify.c209 new_mask |= FS_MODIFY; in convert_arg()
/linux/fs/notify/
H A Dfsnotify.c396 if (mask & FS_MODIFY) { in send_to_group()
604 * In that case, the object with ignore masks will have the FS_MODIFY in fsnotify()
/linux/fs/notify/inotify/
H A Dinotify_user.c832 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()
/linux/fs/notify/fanotify/
H A Dfanotify.c938 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
H A Dfanotify_user.c1220 * the removal of the FS_MODIFY bit in calculated mask if it was set in fanotify_mark_update_flags()
1221 * because of an ignore mask that is now going to survive FS_MODIFY. in fanotify_mark_update_flags()
1226 if (!(fsn_mark->mask & FS_MODIFY)) in fanotify_mark_update_flags()
/linux/fs/nfsd/
H A Dnfs4state.c4036 fsnotify_dentry(conf->cl_nfsd_info_dentry, FS_MODIFY); in nfsd4_create_session()
4728 fsnotify_dentry(conf->cl_nfsd_info_dentry, FS_MODIFY); in nfsd4_setclientid_confirm()
/linux/kernel/trace/
H A Dtrace.c1908 fsnotify_inode(tr->d_max_latency->d_inode, FS_MODIFY); in latency_fsnotify_workfn()