Home
last modified time | relevance | path

Searched refs:ceph_object_id (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/linux/ceph/
Dosdmap.h107 struct ceph_object_id { struct
116 struct ceph_object_id oid = __CEPH_OID_INITIALIZER(oid) argument
118 static inline void ceph_oid_init(struct ceph_object_id *oid) in ceph_oid_init()
120 *oid = (struct ceph_object_id) __CEPH_OID_INITIALIZER(*oid); in ceph_oid_init()
123 static inline bool ceph_oid_empty(const struct ceph_object_id *oid) in ceph_oid_empty()
128 void ceph_oid_copy(struct ceph_object_id *dest,
129 const struct ceph_object_id *src);
131 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
133 int ceph_oid_aprintf(struct ceph_object_id *oid, gfp_t gfp,
135 void ceph_oid_destroy(struct ceph_object_id *oid);
[all …]
Dcls_lock_client.h28 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,
Dosd_client.h150 struct ceph_object_id base_oid;
152 struct ceph_object_id target_oid;
505 struct ceph_object_id *oid,
531 struct ceph_object_id *src_oid,
534 struct ceph_object_id *dst_oid,
542 struct ceph_object_id *oid,
551 struct ceph_object_id *oid,
558 struct ceph_object_id *oid,
568 struct ceph_object_id *oid,
/Linux-v5.4/net/ceph/
Dcls_lock_client.c24 struct ceph_object_id *oid, in ceph_cls_lock()
90 struct ceph_object_id *oid, in ceph_cls_unlock()
139 struct ceph_object_id *oid, in ceph_cls_break_lock()
185 struct ceph_object_id *oid, in ceph_cls_set_cookie()
329 struct ceph_object_id *oid, in ceph_cls_lock_info()
Dosdmap.c1914 void ceph_oid_copy(struct ceph_object_id *dest, in ceph_oid_copy()
1915 const struct ceph_object_id *src) in ceph_oid_copy()
1932 int oid_printf_vargs(struct ceph_object_id *oid, const char *fmt, va_list ap) in oid_printf_vargs()
1949 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...) in ceph_oid_printf()
1960 int oid_aprintf_vargs(struct ceph_object_id *oid, gfp_t gfp, in oid_aprintf_vargs()
1988 int ceph_oid_aprintf(struct ceph_object_id *oid, gfp_t gfp, in ceph_oid_aprintf()
2002 void ceph_oid_destroy(struct ceph_object_id *oid) in ceph_oid_destroy()
2171 const struct ceph_object_id *oid, in __ceph_object_locator_to_pg()
2205 const struct ceph_object_id *oid, in ceph_object_locator_to_pg()
Dosd_client.c4618 struct ceph_object_id *oid, in ceph_osdc_watch()
4742 struct ceph_object_id *oid, in ceph_osdc_notify_ack()
4816 struct ceph_object_id *oid, in ceph_osdc_notify()
4989 struct ceph_object_id *oid, in ceph_osdc_list_watchers()
5062 struct ceph_object_id *oid, in ceph_osdc_call()
5314 struct ceph_object_id *src_oid, in osd_req_op_copy_from_init()
5347 struct ceph_object_id *src_oid, in ceph_osdc_copy_from()
5350 struct ceph_object_id *dst_oid, in ceph_osdc_copy_from()
/Linux-v5.4/drivers/block/
Drbd.c406 struct ceph_object_id header_oid;
1852 struct ceph_object_id *oid) in rbd_object_map_name()
4738 struct ceph_object_id *oid, in rbd_obj_method_sync()
4925 struct ceph_object_id *oid, in rbd_obj_read_sync()
/Linux-v5.4/fs/ceph/
Dfile.c1945 struct ceph_object_id src_oid, dst_oid; in __ceph_copy_file_range()