Lines Matching defs:victim
525 struct dentry *victim = NULL, *child;
531 while ((child = find_next_child(this, victim)) == NULL) {
537 victim = this;
541 if (simple_positive(victim)) {
542 d_invalidate(victim); // avoid lost mounts
543 if (d_is_dir(victim))
544 fsnotify_rmdir(inode, victim);
546 fsnotify_unlink(inode, victim);
548 callback(victim);
549 dput(victim); // unpin it
551 if (victim == dentry) {