Searched refs:umount_tree (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | namespace.c | 1770 static void umount_tree(struct mount *mnt, enum umount_tree_flags how) in umount_tree() function 1948 umount_tree(mnt, UMOUNT_PROPAGATE); in do_umount() 1955 umount_tree(mnt, UMOUNT_PROPAGATE|UMOUNT_SYNC); in do_umount() 1993 else umount_tree(mnt, UMOUNT_CONNECTED); in __detach_mounts() 2225 umount_tree(res, UMOUNT_SYNC); in copy_tree() 2316 umount_tree(m, UMOUNT_CONNECTED); in dissolve_on_fput() 2660 umount_tree(child, UMOUNT_SYNC); in attach_recursive_mnt() 3004 umount_tree(mnt, UMOUNT_SYNC); in do_loopback() 3833 umount_tree(mnt, UMOUNT_PROPAGATE|UMOUNT_SYNC); in mark_mounts_for_expiry() 3902 umount_tree(m, UMOUNT_PROPAGATE|UMOUNT_SYNC); in shrink_submounts() [all …]
|
| /linux/Documentation/filesystems/ |
| H A D | propagate_umount.txt | 34 the same parent/mountpoint pair; however, the caller (umount_tree()) 39 is in the set, it will be resolved. However, we rely upon umount_tree()
|