Lines Matching defs:kuid
56 * no_idmapping - check whether we can skip remapping a kuid/gid
76 * make_vfsuid - map a filesystem kuid according to an idmapping
79 * @kuid : kuid to be mapped
81 * Take a @kuid and remap it from @fs_userns into @idmap. Use this
82 * function when preparing a @kuid to be reported to userspace.
85 * simply return @kuid unchanged.
87 * idmapping we know the value of @kuid won't change when calling
91 * Return: @kuid mapped according to @idmap.
92 * If @kuid has no mapping in either @idmap or @fs_userns INVALID_UID is
98 kuid_t kuid)
104 return VFSUIDT_INIT(kuid);
106 uid = __kuid_val(kuid);
108 uid = from_kuid(fs_userns, kuid);