Lines Matching refs:victim
517 struct dentry *victim = NULL, *child; in simple_recursive_removal() local
523 while ((child = find_next_child(this, victim)) == NULL) { in simple_recursive_removal()
529 victim = this; in simple_recursive_removal()
533 if (simple_positive(victim)) { in simple_recursive_removal()
534 d_invalidate(victim); // avoid lost mounts in simple_recursive_removal()
535 if (d_is_dir(victim)) in simple_recursive_removal()
536 fsnotify_rmdir(inode, victim); in simple_recursive_removal()
538 fsnotify_unlink(inode, victim); in simple_recursive_removal()
540 callback(victim); in simple_recursive_removal()
541 dput(victim); // unpin it in simple_recursive_removal()
543 if (victim == dentry) { in simple_recursive_removal()