next_mnt          946 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt)) {
next_mnt         1012 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt))
next_mnt         1207 fs/namespace.c 		for (s = r; s; s = next_mnt(s, r)) {
next_mnt         1264 fs/namespace.c 	for (p = mnt; p != end; p = next_mnt(p, mnt)) {
next_mnt         1274 fs/namespace.c 	for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) {
next_mnt         1369 fs/namespace.c 		for (p = source_mnt; p; p = next_mnt(p, source_mnt))
next_mnt         1451 fs/namespace.c 	for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL))
next_mnt         1564 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt)) {
next_mnt         2021 fs/namespace.c 		p = next_mnt(p, mnt_ns->root);
next_mnt         2022 fs/namespace.c 		q = next_mnt(q, new_ns->root);