Home
last modified time | relevance | path

Searched refs:projid_map (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/
H A Duser_namespace.c212 if (ns->projid_map.nr_extents > UID_GID_MAP_MAX_BASE_EXTENTS) { in free_user_ns()
213 kfree(ns->projid_map.forward); in free_user_ns()
214 kfree(ns->projid_map.reverse); in free_user_ns()
546 return KPROJIDT_INIT(map_id_down(&ns->projid_map, projid)); in make_kprojid()
565 return map_id_up(&targ->projid_map, __kprojid_val(kprojid)); in from_kprojid()
696 return m_start(seq, ppos, &ns->projid_map); in projid_m_start()
1157 &ns->projid_map, &ns->parent->projid_map); in proc_projid_map_write()
H A Duser.c48 .projid_map = {
/openbmc/linux/include/linux/
H A Duser_namespace.h71 struct uid_gid_map projid_map; member