Searched refs:next_mnt (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ |
D | namespace.c | 898 static struct mount *next_mnt(struct mount *p, struct mount *root) in next_mnt() function 1317 for (p = mnt; p; p = next_mnt(p, mnt)) { in may_umount_tree() 1436 for (p = mnt; p; p = next_mnt(p, mnt)) { in umount_tree() 1772 for (s = r; s; s = next_mnt(s, r)) { in copy_tree() 1905 for (p = mnt; p; p = next_mnt(p, mnt)) { in lock_mnt_tree() 1932 for (p = mnt; p != end; p = next_mnt(p, mnt)) { in cleanup_group_ids() 1942 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 1961 for (p = mnt; p; p = next_mnt(p, mnt)) in count_mounts() 2075 for (p = source_mnt; p; p = next_mnt(p, source_mnt)) in attach_recursive_mnt() 2225 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() [all …]
|