Lines Matching defs:mask
76 if (fsn_mark->mask == new_mask)
78 fsn_mark->mask = new_mask;
91 static int dnotify_handle_event(struct fsnotify_mark *inode_mark, u32 mask,
99 __u32 test_mask = mask & ~FS_EVENT_ON_CHILD;
102 if (!dir && !(mask & FS_ISDIR))
228 * that list, or it |= the mask onto an existing dnofiy_struct.
231 fl_owner_t id, int fd, struct file *filp, __u32 mask)
240 odn->dn_mask |= mask;
246 dn->dn_mask = mask;
270 __u32 mask;
281 /* a 0 mask means we are explicitly removing the watch */
299 mask = convert_arg(arg);
301 error = security_path_notify(&filp->f_path, mask,
323 new_fsn_mark->mask = mask;
371 error = attach_dn(dn, dn_mark, id, fd, filp, mask);