Lines Matching refs:to_umount
427 static void umount_one(struct mount *mnt, struct list_head *to_umount)
433 list_move_tail(&mnt->mnt_list, to_umount);
441 struct list_head *to_umount,
472 umount_one(mnt, to_umount);
481 static void umount_list(struct list_head *to_umount,
485 list_for_each_entry(mnt, to_umount, mnt_list) {
491 umount_one(child, to_umount);
539 LIST_HEAD(to_umount);
587 &to_umount, &to_restore)) {
596 umount_list(&to_umount, &to_restore);
599 list_splice_tail(&to_umount, list);