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