Lines Matching refs:rootid
405 root = le32_to_cpu(nscap->rootid);
436 nscap->rootid = cpu_to_le32(mappedroot);
478 uid_t rootid = 0;
481 rootid = le32_to_cpu(nscap->rootid);
483 return make_kuid(task_ns, rootid);
493 * xattr to change from v2 to v3, or to fixup the v3 rootid.
506 kuid_t rootid;
520 rootid = rootid_from_xattr(*ivalue, size, task_ns);
521 if (!uid_valid(rootid))
524 nsrootid = from_kuid(fs_ns, rootid);
532 nscap->rootid = cpu_to_le32(nsrootid);
639 rootkuid = make_kuid(fs_ns, le32_to_cpu(nscaps->rootid));
661 cpu_caps->rootid = rootkuid;