Lines Matching refs:mnt_idmap
12 struct mnt_idmap {
22 struct mnt_idmap nop_mnt_idmap = {
35 bool check_fsmapping(const struct mnt_idmap *idmap,
96 vfsuid_t make_vfsuid(struct mnt_idmap *idmap,
135 vfsgid_t make_vfsgid(struct mnt_idmap *idmap,
164 kuid_t from_vfsuid(struct mnt_idmap *idmap,
192 kgid_t from_vfsgid(struct mnt_idmap *idmap,
231 struct mnt_idmap *alloc_mnt_idmap(struct user_namespace *mnt_userns)
233 struct mnt_idmap *idmap;
235 idmap = kzalloc(sizeof(struct mnt_idmap), GFP_KERNEL_ACCOUNT);
252 struct mnt_idmap *mnt_idmap_get(struct mnt_idmap *idmap)
267 void mnt_idmap_put(struct mnt_idmap *idmap)