Searched refs:ceph_object_id (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ceph/ |
| A D | cls_lock_client.h | 28 struct ceph_object_id *oid, 33 struct ceph_object_id *oid, 37 struct ceph_object_id *oid, 42 struct ceph_object_id *oid, 50 struct ceph_object_id *oid,
|
| A D | osdmap.h | 110 struct ceph_object_id { struct 119 struct ceph_object_id oid = __CEPH_OID_INITIALIZER(oid) argument 121 static inline void ceph_oid_init(struct ceph_object_id *oid) in ceph_oid_init() 123 *oid = (struct ceph_object_id) __CEPH_OID_INITIALIZER(*oid); in ceph_oid_init() 126 static inline bool ceph_oid_empty(const struct ceph_object_id *oid) in ceph_oid_empty() 131 void ceph_oid_copy(struct ceph_object_id *dest, 132 const struct ceph_object_id *src); 136 int ceph_oid_aprintf(struct ceph_object_id *oid, gfp_t gfp, 138 void ceph_oid_destroy(struct ceph_object_id *oid); 295 const struct ceph_object_id *oid, [all …]
|
| A D | osd_client.h | 209 struct ceph_object_id base_oid; 211 struct ceph_object_id target_oid; 535 struct ceph_object_id *src_oid, 590 struct ceph_object_id *oid, 600 struct ceph_object_id *oid, 609 struct ceph_object_id *oid, 616 struct ceph_object_id *oid, 624 struct ceph_object_id *oid,
|
Completed in 7 milliseconds