Lines Matching refs:new_mask
48 __u32 new_mask = 0; in dnotify_recalc_inode_mask() local
57 new_mask |= (dn->dn_mask & ~FS_DN_MULTISHOT); in dnotify_recalc_inode_mask()
58 if (fsn_mark->mask == new_mask) in dnotify_recalc_inode_mask()
60 fsn_mark->mask = new_mask; in dnotify_recalc_inode_mask()
186 __u32 new_mask = FS_EVENT_ON_CHILD; in convert_arg() local
189 new_mask |= FS_DN_MULTISHOT; in convert_arg()
191 new_mask |= (FS_DELETE | FS_MOVED_FROM); in convert_arg()
193 new_mask |= FS_MODIFY; in convert_arg()
195 new_mask |= FS_ACCESS; in convert_arg()
197 new_mask |= FS_ATTRIB; in convert_arg()
199 new_mask |= FS_DN_RENAME; in convert_arg()
201 new_mask |= (FS_CREATE | FS_MOVED_TO); in convert_arg()
203 return new_mask; in convert_arg()