ceph_oid_printf
ceph_oid_printf(oid, "%s%s", RBD_OBJECT_MAP_PREFIX,
ceph_oid_printf(oid, "%s%s.%016llx", RBD_OBJECT_MAP_PREFIX,
ceph_oid_printf(&oid, "%s", RBD_DIRECTORY);
ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino);
ceph_oid_printf(&src_oid, "%llx.%08llx",
ceph_oid_printf(&dst_oid, "%llx.%08llx",
ceph_oid_printf(&oid, "%s", dl.object_name);
void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
ceph_oid_printf(&req->r_base_oid, "%llx.%08llx", vino.ino, objnum);
EXPORT_SYMBOL(ceph_oid_printf);