Searched refs:FS_MODIFY (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Ddnotify.h26 FS_MODIFY | FS_MODIFY_CHILD |\
H A Dfsnotify.h363 fsnotify_file(file, FS_MODIFY);
411 mask |= FS_MODIFY;
419 mask |= FS_MODIFY;
H A Dfsnotify_backend.h32 #define FS_MODIFY 0x00000002 /* File was modified */ macro
88 FS_ACCESS | FS_MODIFY | FS_ATTRIB | \
743 /* Interest in FS_MODIFY may be needed for clearing ignore mask */
745 mask |= FS_MODIFY;
/linux-master/fs/notify/dnotify/
H A Ddnotify.c210 new_mask |= FS_MODIFY;
/linux-master/fs/notify/
H A Dfsnotify.c342 if (mask & FS_MODIFY) {
545 * In that case, the object with ignore masks will have the FS_MODIFY
/linux-master/fs/kernfs/
H A Dfile.c935 fsnotify(FS_MODIFY | FS_EVENT_ON_CHILD,
945 fsnotify_inode(inode, FS_MODIFY);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c846 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY);
/linux-master/fs/notify/fanotify/
H A Dfanotify.c893 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY);
H A Dfanotify_user.c1150 * the removal of the FS_MODIFY bit in calculated mask if it was set
1151 * because of an ignore mask that is now going to survive FS_MODIFY.
1156 if (!(fsn_mark->mask & FS_MODIFY))
/linux-master/fs/nfsd/
H A Dnfs4state.c3889 fsnotify_dentry(conf->cl_nfsd_info_dentry, FS_MODIFY);
4528 fsnotify_dentry(conf->cl_nfsd_info_dentry, FS_MODIFY);
/linux-master/kernel/trace/
H A Dtrace.c1830 fsnotify_inode(tr->d_max_latency->d_inode, FS_MODIFY);

Completed in 219 milliseconds