Home
last modified time | relevance | path

Searched refs:to_restore (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dpnode.c480 struct list_head *to_restore) in __propagate_umount() argument
513 list_move_tail(&mnt->mnt_umounting, to_restore); in __propagate_umount()
520 struct list_head *to_restore) in umount_list() argument
527 list_move_tail(&child->mnt_umounting, to_restore); in umount_list()
534 static void restore_mounts(struct list_head *to_restore) in restore_mounts() argument
537 while (!list_empty(to_restore)) { in restore_mounts()
541 mnt = list_first_entry(to_restore, struct mount, mnt_umounting); in restore_mounts()
576 LIST_HEAD(to_restore); in propagate_umount()
625 &to_umount, &to_restore)) { in propagate_umount()
634 umount_list(&to_umount, &to_restore); in propagate_umount()
[all …]