Lines Matching defs:idmap
31 * @idmap: idmap of the mount the inode was found from
40 * If the inode has been found through an idmapped mount the idmap of
41 * the vfsmount must be passed through @idmap. This function will then
42 * take care to map the inode according to @idmap before filling in the
46 void generic_fillattr(struct mnt_idmap *idmap, u32 request_mask,
49 vfsuid_t vfsuid = i_uid_into_vfsuid(idmap, inode);
50 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
108 struct mnt_idmap *idmap;
133 idmap = mnt_idmap(path->mnt);
135 return inode->i_op->getattr(idmap, path, stat,
139 generic_fillattr(idmap, request_mask, inode, stat);