Lines Matching refs:new_mask
55 __u32 new_mask, old_mask; in dnotify_recalc_inode_mask() local
64 new_mask = 0; in dnotify_recalc_inode_mask()
66 new_mask |= (dn->dn_mask & ~FS_DN_MULTISHOT); in dnotify_recalc_inode_mask()
67 fsnotify_set_mark_mask_locked(fsn_mark, new_mask); in dnotify_recalc_inode_mask()
69 if (old_mask == new_mask) in dnotify_recalc_inode_mask()
201 __u32 new_mask = FS_EVENT_ON_CHILD; in convert_arg() local
204 new_mask |= FS_DN_MULTISHOT; in convert_arg()
206 new_mask |= (FS_DELETE | FS_MOVED_FROM); in convert_arg()
208 new_mask |= FS_MODIFY; in convert_arg()
210 new_mask |= FS_ACCESS; in convert_arg()
212 new_mask |= FS_ATTRIB; in convert_arg()
214 new_mask |= FS_DN_RENAME; in convert_arg()
216 new_mask |= (FS_CREATE | FS_MOVED_TO); in convert_arg()
218 return new_mask; in convert_arg()