Searched refs:r_mnt_idmap (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ceph/
H A Dmds_client.h306 struct mnt_idmap *r_mnt_idmap; member in struct:ceph_mds_request
H A Dmds_client.c1126 if (req->r_mnt_idmap)
1127 mnt_idmap_put(req->r_mnt_idmap);
1187 if (!req->r_mnt_idmap)
1188 req->r_mnt_idmap = &nop_mnt_idmap;
3084 if ((req->r_mnt_idmap != &nop_mnt_idmap) &&
3094 caller_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns,
3096 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns,
3138 owner_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns,
3140 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns,
H A Ddir.c956 req->r_mnt_idmap = mnt_idmap_get(idmap);
1075 req->r_mnt_idmap = mnt_idmap_get(idmap);
1156 req->r_mnt_idmap = mnt_idmap_get(idmap);
H A Dfile.c673 mapped_fsuid(req->r_mnt_idmap,
683 mapped_fsgid(req->r_mnt_idmap,
812 req->r_mnt_idmap = mnt_idmap_get(idmap);

Completed in 169 milliseconds