Searched refs:to_umount (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | pnode.c | 428 static void umount_one(struct mount *mnt, struct list_head *to_umount) in umount_one() argument 434 list_move_tail(&mnt->mnt_list, to_umount); in umount_one() 442 struct list_head *to_umount, in __propagate_umount() argument 473 umount_one(mnt, to_umount); in __propagate_umount() 482 static void umount_list(struct list_head *to_umount, in umount_list() argument 486 list_for_each_entry(mnt, to_umount, mnt_list) { in umount_list() 492 umount_one(child, to_umount); in umount_list() 540 LIST_HEAD(to_umount); in propagate_umount() 588 &to_umount, &to_restore)) { in propagate_umount() 597 umount_list(&to_umount, &to_restore); in propagate_umount() [all …]
|