Home
last modified time | relevance | path

Searched refs:oloc (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Dcls_lock_client.h29 struct ceph_object_locator *oloc,
34 struct ceph_object_locator *oloc,
38 struct ceph_object_locator *oloc,
43 struct ceph_object_locator *oloc,
51 struct ceph_object_locator *oloc,
Dosdmap.h80 static inline void ceph_oloc_init(struct ceph_object_locator *oloc) in ceph_oloc_init() argument
82 oloc->pool = -1; in ceph_oloc_init()
83 oloc->pool_ns = NULL; in ceph_oloc_init()
86 static inline bool ceph_oloc_empty(const struct ceph_object_locator *oloc) in ceph_oloc_empty() argument
88 return oloc->pool == -1; in ceph_oloc_empty()
93 void ceph_oloc_destroy(struct ceph_object_locator *oloc);
287 const struct ceph_object_locator *oloc,
291 const struct ceph_object_locator *oloc,
Dosd_client.h216 struct ceph_object_locator oloc; member
491 struct ceph_object_locator *oloc,
518 struct ceph_object_locator *oloc,
527 struct ceph_object_locator *oloc,
534 struct ceph_object_locator *oloc,
544 struct ceph_object_locator *oloc,
/linux-4.19.296/fs/ceph/
Dioctl.c186 struct ceph_object_locator oloc; in ceph_ioctl_get_dataloc() local
211 oloc.pool = ci->i_layout.pool_id; in ceph_ioctl_get_dataloc()
212 oloc.pool_ns = ceph_try_get_string(ci->i_layout.pool_ns); in ceph_ioctl_get_dataloc()
215 r = ceph_object_locator_to_pg(osdc->osdmap, &oid, &oloc, &pgid); in ceph_ioctl_get_dataloc()
217 ceph_oloc_destroy(&oloc); in ceph_ioctl_get_dataloc()