Home
last modified time | relevance | path

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

/linux/fs/
H A Dmnt_idmapping.c287 struct mnt_idmap *alloc_mnt_idmap(struct user_namespace *mnt_userns) in alloc_mnt_idmap() argument
297 ret = copy_mnt_idmap(&mnt_userns->uid_map, &idmap->uid_map); in alloc_mnt_idmap()
299 ret = copy_mnt_idmap(&mnt_userns->gid_map, &idmap->gid_map); in alloc_mnt_idmap()