Searched refs:ceph_oid_aprintf (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | osdmap.h | 134 int ceph_oid_aprintf(struct ceph_object_id *oid, gfp_t gfp,
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 1499 if (ceph_oid_aprintf(&req->r_base_oid, GFP_NOIO, name_format, in rbd_osd_req_create() 5484 ret = ceph_oid_aprintf(&oid, GFP_KERNEL, "%s%s", RBD_ID_PREFIX, in rbd_dev_image_id() 5710 ret = ceph_oid_aprintf(&rbd_dev->header_oid, GFP_KERNEL, "%s%s", in rbd_dev_header_name() 5713 ret = ceph_oid_aprintf(&rbd_dev->header_oid, GFP_KERNEL, "%s%s", in rbd_dev_header_name()
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 1967 int ceph_oid_aprintf(struct ceph_object_id *oid, gfp_t gfp, in ceph_oid_aprintf() function 1979 EXPORT_SYMBOL(ceph_oid_aprintf);
|