Lines Matching defs:recurse
2034 static int invent_group_ids(struct mount *mnt, bool recurse)
2038 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) {
2302 int recurse = ms_flags & MS_REC;
2315 err = invent_group_ids(mnt, recurse);
2321 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL))
2330 static struct mount *__do_loopback(struct path *old_path, int recurse)
2340 if (!recurse && has_locked_children(old, old_path->dentry))
2343 if (recurse)
2358 int recurse)
2384 mnt = __do_loopback(&old_path, recurse);