Lines Matching defs:recurse
83 bool recurse;
2187 static int invent_group_ids(struct mount *mnt, bool recurse)
2191 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) {
2547 int recurse = ms_flags & MS_REC;
2560 err = invent_group_ids(mnt, recurse);
2566 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL))
2575 static struct mount *__do_loopback(struct path *old_path, int recurse)
2585 if (!recurse && has_locked_children(old, old_path->dentry))
2588 if (recurse)
2603 int recurse)
2629 mnt = __do_loopback(&old_path, recurse);
4364 if (!kattr->recurse)
4425 if (!kattr->recurse)
4455 err = invent_group_ids(mnt, kattr->recurse);
4583 .recurse = !!(flags & AT_RECURSIVE),