next_mnt         1317 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt)) {
next_mnt         1436 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt)) {
next_mnt         1772 fs/namespace.c 		for (s = r; s; s = next_mnt(s, r)) {
next_mnt         1905 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt)) {
next_mnt         1932 fs/namespace.c 	for (p = mnt; p != end; p = next_mnt(p, mnt)) {
next_mnt         1942 fs/namespace.c 	for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) {
next_mnt         1961 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt))
next_mnt         2075 fs/namespace.c 		for (p = source_mnt; p; p = next_mnt(p, source_mnt))
next_mnt         2225 fs/namespace.c 	for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL))
next_mnt         2339 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt)) {
next_mnt         2569 fs/namespace.c 	for (p = mnt; p; p = next_mnt(p, mnt)) {
next_mnt         2588 fs/namespace.c 	for (p = subtree; p; p = next_mnt(p, subtree))
next_mnt         3274 fs/namespace.c 		p = next_mnt(p, old);
next_mnt         3275 fs/namespace.c 		q = next_mnt(q, new);
next_mnt         3279 fs/namespace.c 			p = next_mnt(p, old);