Searched refs:ceph_oid_printf (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | osdmap.h | 132 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
|
/Linux-v4.19/fs/ceph/ |
D | ioctl.c | 213 ceph_oid_printf(&oid, "%s", dl.object_name); in ceph_ioctl_get_dataloc()
|
D | addr.c | 1907 ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino); in __ceph_pool_perm_get()
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 1928 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...) in ceph_oid_printf() function 1936 EXPORT_SYMBOL(ceph_oid_printf);
|
D | osd_client.c | 1035 ceph_oid_printf(&req->r_base_oid, "%llx.%08llx", vino.ino, objnum); in ceph_osdc_new_request()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 4910 ceph_oid_printf(&oid, "%s", RBD_DIRECTORY); in rbd_dev_image_name()
|