Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dpnode.c427 static void umount_one(struct mount *mnt, struct list_head *to_umount) in umount_one() argument
433 list_move_tail(&mnt->mnt_list, to_umount); in umount_one()
441 struct list_head *to_umount, in __propagate_umount()
472 umount_one(mnt, to_umount); in __propagate_umount()
481 static void umount_list(struct list_head *to_umount, in umount_list() argument
485 list_for_each_entry(mnt, to_umount, mnt_list) { in umount_list()
491 umount_one(child, to_umount); in umount_list()
539 LIST_HEAD(to_umount); in propagate_umount()
587 &to_umount, &to_restore)) { in propagate_umount()
596 umount_list(&to_umount, in propagate_umount()
440 __propagate_umount(struct mount *mnt, struct list_head *to_umount, struct list_head *to_restore) __propagate_umount() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dpnode.c465 static void umount_one(struct mount *mnt, struct list_head *to_umount) in umount_one() argument
471 list_move_tail(&mnt->mnt_list, to_umount); in umount_one()
479 struct list_head *to_umount, in __propagate_umount()
510 umount_one(mnt, to_umount); in __propagate_umount()
519 static void umount_list(struct list_head *to_umount, in umount_list() argument
523 list_for_each_entry(mnt, to_umount, mnt_list) { in umount_list()
529 umount_one(child, to_umount); in umount_list()
577 LIST_HEAD(to_umount); in propagate_umount()
625 &to_umount, &to_restore)) { in propagate_umount()
634 umount_list(&to_umount, in propagate_umount()
478 __propagate_umount(struct mount *mnt, struct list_head *to_umount, struct list_head *to_restore) __propagate_umount() argument
[all...]

Completed in 2 milliseconds