Searched refs:next_mnt (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| A D | namespace.c | 1390 for (p = mnt; p; p = next_mnt(p, mnt)) { in may_umount_tree() 1509 for (p = mnt; p; p = next_mnt(p, mnt)) { in umount_tree() 1849 for (s = r; s; s = next_mnt(s, r)) { in copy_tree() 2013 for (p = mnt; p; p = next_mnt(p, mnt)) { in lock_mnt_tree() 2069 for (p = mnt; p; p = next_mnt(p, mnt)) in count_mounts() 2434 for (p = mnt; p; p = next_mnt(p, mnt)) { in open_detached_copy() 2669 for (p = mnt; p; p = next_mnt(p, mnt)) { in tree_contains_unbindable() 2688 for (p = subtree; p; p = next_mnt(p, subtree)) in check_for_nsfs_mounts() 3462 p = next_mnt(p, old); in copy_mnt_ns() 3463 q = next_mnt(q, new); in copy_mnt_ns() [all …]
|
Completed in 12 milliseconds