Searched refs:gid_map (Results 1 – 1 of 1) sorted by relevance
22 struct uid_gid_map gid_map; member135 return VFSGIDT_INIT_RAW(map_id_down(&idmap->gid_map, gid)); in make_vfsgid()188 gid = map_id_up(&idmap->gid_map, __vfsgid_val(vfsgid)); in from_vfsgid()280 if (idmap->gid_map.nr_extents > UID_GID_MAP_MAX_BASE_EXTENTS) { in free_mnt_idmap()281 kfree(idmap->gid_map.forward); in free_mnt_idmap()282 kfree(idmap->gid_map.reverse); in free_mnt_idmap()299 ret = copy_mnt_idmap(&mnt_userns->gid_map, &idmap->gid_map); in alloc_mnt_idmap()355 map = &idmap->gid_map; in statmount_mnt_idmap()356 map_up = ¤t_user_ns()->gid_map; in statmount_mnt_idmap()
Completed in 5 milliseconds