Lines Matching defs:ignore

82 	unsigned int ignore;
132 .tname = "Events on non-dir child with ignore mask on parent",
134 .ignore = FAN_MARK_IGNORED_MASK,
139 .tname = "Events on non-dir children with surviving ignore mask on parent",
141 .ignore = FAN_MARK_IGNORED_MASK | FAN_MARK_IGNORED_SURV_MODIFY,
148 .tname = "Events on dir with ignore mask that does not apply to dirs",
151 .ignore = FAN_MARK_IGNORE_SURV,
157 .tname = "Events on dir with ignore mask that does apply to dirs",
160 .ignore = FAN_MARK_IGNORE_SURV,
166 .tname = "Events on child with ignore mask on parent that does not apply to children",
168 .ignore = FAN_MARK_IGNORE_SURV,
174 .tname = "Events on child with ignore mask on parent that does apply to children",
176 .ignore = FAN_MARK_IGNORE_SURV,
182 .tname = "Events on subdir with ignore mask on parent that does not apply to children",
185 .ignore = FAN_MARK_IGNORE_SURV,
192 .tname = "Events on subdir with ignore mask on parent that does not apply to dirs",
195 .ignore = FAN_MARK_IGNORE_SURV,
202 .tname = "Events on subdir with ignore mask on parent that does apply to subdirs",
205 .ignore = FAN_MARK_IGNORE_SURV,
224 unsigned int parent_mask, ignore_mask, ignore = 0;
228 * subdirs only when setting an ignore mask on parent dir.
229 * The parent ignore mask may request to ignore events on
233 ignore = tc->ignore;
235 if (!ignore)
258 * in mask or FAN_CLOSE_NOWRITE in ignore mask. In either case,
264 SAFE_FANOTIFY_MARK(fd_notify[i], FAN_MARK_ADD | ignore,
265 ignore ? ignore_mask : parent_mask,
288 tst_res(TFAIL, "The ignore mask did not survive");
290 tst_res(TPASS, "Found mark with ignore mask (ignored_mask=%x, mflags=%x) in %s",
383 if (tc->ignore && tst_kvercmp(5, 19, 0) < 0) {
389 if (ignore_mark_unsupported && tc->ignore & FAN_MARK_IGNORE) {
447 * Verify that ignore mask survived the modify event on child,
450 if (tc->ignore)