Lines Matching refs:mnt_idmap
8 struct mnt_idmap;
11 extern struct mnt_idmap nop_mnt_idmap;
12 extern struct mnt_idmap invalid_mnt_idmap;
28 static inline bool is_valid_mnt_idmap(const struct mnt_idmap *idmap) in is_valid_mnt_idmap()
124 struct mnt_idmap *mnt_idmap_get(struct mnt_idmap *idmap);
125 void mnt_idmap_put(struct mnt_idmap *idmap);
127 vfsuid_t make_vfsuid(struct mnt_idmap *idmap,
130 vfsgid_t make_vfsgid(struct mnt_idmap *idmap,
133 kuid_t from_vfsuid(struct mnt_idmap *idmap,
136 kgid_t from_vfsgid(struct mnt_idmap *idmap,
151 static inline bool vfsuid_has_fsmapping(struct mnt_idmap *idmap, in vfsuid_has_fsmapping()
189 static inline bool vfsgid_has_fsmapping(struct mnt_idmap *idmap, in vfsgid_has_fsmapping()
228 static inline kuid_t mapped_fsuid(struct mnt_idmap *idmap, in mapped_fsuid()
247 static inline kgid_t mapped_fsgid(struct mnt_idmap *idmap, in mapped_fsgid()