Lines Matching defs:rootid
444 root = le32_to_cpu(nscap->rootid);
478 nscap->rootid = cpu_to_le32(mappedroot);
527 uid_t rootid = 0;
530 rootid = le32_to_cpu(nscap->rootid);
532 return VFSUIDT_INIT(make_kuid(task_ns, rootid));
549 * xattr to change from v2 to v3, or to fixup the v3 rootid.
569 kuid_t rootid;
588 rootid = from_vfsuid(idmap, fs_ns, vfsrootid);
589 if (!uid_valid(rootid))
592 nsrootid = from_kuid(fs_ns, rootid);
600 nscap->rootid = cpu_to_le32(nsrootid);
711 rootkuid = make_kuid(fs_ns, le32_to_cpu(nscaps->rootid));
743 cpu_caps->rootid = vfsuid_into_kuid(rootvfsuid);