Searched refs:oloc (Results 1 – 5 of 5) sorted by relevance
185 struct ceph_object_locator oloc; in ceph_ioctl_get_dataloc() local215 oloc.pool = ceph_file_layout_pg_pool(ci->i_layout); in ceph_ioctl_get_dataloc()218 r = ceph_oloc_oid_to_pg(osdc->osdmap, &oloc, &oid, &pgid); in ceph_ioctl_get_dataloc()
208 struct ceph_object_locator *oloc,
180 struct ceph_object_locator oloc; member
1644 struct ceph_object_locator *oloc) in ceph_oloc_decode() argument1668 oloc->pool = ceph_decode_64(p); in ceph_oloc_decode()1723 ret = ceph_oloc_decode(p, end, &redir->oloc); in ceph_redirect_decode()1848 redir.oloc.pool = -1; in handle_reply()1851 if (redir.oloc.pool != -1) { in handle_reply()1852 dout("redirect pool %lld\n", redir.oloc.pool); in handle_reply()1856 req->r_target_oloc = redir.oloc; /* struct */ in handle_reply()
1454 struct ceph_object_locator *oloc, in ceph_oloc_oid_to_pg() argument1460 pi = __lookup_pg_pool(&osdmap->pg_pools, oloc->pool); in ceph_oloc_oid_to_pg()1464 pg_out->pool = oloc->pool; in ceph_oloc_oid_to_pg()