Lines Matching refs:to_restore
451 struct list_head *to_restore) in __propagate_umount() argument
484 list_move_tail(&mnt->mnt_umounting, to_restore); in __propagate_umount()
491 struct list_head *to_restore) in umount_list() argument
498 list_move_tail(&child->mnt_umounting, to_restore); in umount_list()
505 static void restore_mounts(struct list_head *to_restore) in restore_mounts() argument
508 while (!list_empty(to_restore)) { in restore_mounts()
512 mnt = list_first_entry(to_restore, struct mount, mnt_umounting); in restore_mounts()
547 LIST_HEAD(to_restore); in propagate_umount()
596 &to_umount, &to_restore)) { in propagate_umount()
605 umount_list(&to_umount, &to_restore); in propagate_umount()
606 restore_mounts(&to_restore); in propagate_umount()