Searched refs:oloc (Results 1 – 3 of 3) sorted by relevance
/include/linux/ceph/ |
D | cls_lock_client.h | 29 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,
|
D | osdmap.h | 80 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); 296 const struct ceph_object_locator *oloc, 300 const struct ceph_object_locator *oloc,
|
D | osd_client.h | 228 struct ceph_object_locator oloc; member 515 struct ceph_object_locator *oloc, 536 struct ceph_object_locator *oloc, 545 struct ceph_object_locator *oloc, 552 struct ceph_object_locator *oloc, 562 struct ceph_object_locator *oloc,
|