Home
last modified time | relevance | path

Searched refs:next_mnt (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dnamespace.c1119 static struct mount *next_mnt(struct mount *p, struct mount *root) in next_mnt() function
1153 for (struct mount *m = mnt; m; m = next_mnt(m, mnt)) in commit_tree()
1598 for (struct mount *p = mnt; p; p = next_mnt(p, mnt)) { in may_umount_tree()
1779 for (p = mnt; p; p = next_mnt(p, mnt)) { in umount_tree()
2179 src_mnt = next_mnt(src_mnt, src_root_child)) { in copy_tree()
2265 for (struct mount *m = child; m; m = next_mnt(m, child)) { in collect_paths()
2352 for (struct mount *p = subtree; p; p = next_mnt(p, subtree)) in check_for_nsfs_mounts()
2415 for (p = mnt; p; p = next_mnt(p, mnt)) { in lock_mnt_tree()
2442 for (p = mnt; p != end; p = next_mnt(p, mnt)) { in cleanup_group_ids()
2452 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids()
[all …]