Searched refs:to_umount (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dpnode.c465 static void umount_one(struct mount *mnt, struct list_head *to_umount) argument
471 move_from_ns(mnt, to_umount);
479 struct list_head *to_umount,
510 umount_one(mnt, to_umount);
519 static void umount_list(struct list_head *to_umount, argument
523 list_for_each_entry(mnt, to_umount, mnt_list) {
529 umount_one(child, to_umount);
577 LIST_HEAD(to_umount);
625 &to_umount, &to_restore)) {
634 umount_list(&to_umount,
478 __propagate_umount(struct mount *mnt, struct list_head *to_umount, struct list_head *to_restore) argument
[all...]

Completed in 79 milliseconds