Searched refs:ceph_oid_aprintf (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ceph/ |
H A D | osdmap.h | 136 int ceph_oid_aprintf(struct ceph_object_id *oid, gfp_t gfp,
|
/linux/drivers/block/ |
H A D | rbd.c | 1452 ret = ceph_oid_aprintf(&req->r_base_oid, GFP_NOIO, name_format, in __rbd_obj_add_osd_request() 6626 ret = ceph_oid_aprintf(&oid, GFP_KERNEL, "%s%s", RBD_ID_PREFIX, in rbd_dev_image_id() 6837 ret = ceph_oid_aprintf(&rbd_dev->header_oid, GFP_KERNEL, "%s%s", in rbd_dev_header_name() 6840 ret = ceph_oid_aprintf(&rbd_dev->header_oid, GFP_KERNEL, "%s%s", in rbd_dev_header_name()
|
/linux/net/ceph/ |
H A D | osdmap.c | 2211 int ceph_oid_aprintf(struct ceph_object_id *oid, gfp_t gfp, in ceph_oid_aprintf() function 2223 EXPORT_SYMBOL(ceph_oid_aprintf);
|