Lines Matching defs:victim
272 struct dentry *victim = NULL, *child;
278 while ((child = find_next_child(this, victim)) == NULL) {
284 victim = this;
288 if (simple_positive(victim)) {
289 d_invalidate(victim); // avoid lost mounts
290 if (d_is_dir(victim))
291 fsnotify_rmdir(inode, victim);
293 fsnotify_unlink(inode, victim);
295 callback(victim);
296 dput(victim); // unpin it
298 if (victim == dentry) {