Lines Matching refs:rootid
414 root = le32_to_cpu(nscap->rootid);
448 nscap->rootid = cpu_to_le32(mappedroot);
497 uid_t rootid = 0;
500 rootid = le32_to_cpu(nscap->rootid);
502 return VFSUIDT_INIT(make_kuid(task_ns, rootid));
519 * xattr to change from v2 to v3, or to fixup the v3 rootid.
539 kuid_t rootid;
558 rootid = from_vfsuid(idmap, fs_ns, vfsrootid);
559 if (!uid_valid(rootid))
562 nsrootid = from_kuid(fs_ns, rootid);
570 nscap->rootid = cpu_to_le32(nsrootid);
681 rootkuid = make_kuid(fs_ns, le32_to_cpu(nscaps->rootid));
713 cpu_caps->rootid = vfsuid_into_kuid(rootvfsuid);