Searched refs:ceph_oid_printf (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/linux/ceph/ |
D | osdmap.h | 134 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
|
/Linux-v5.10/fs/ceph/ |
D | ioctl.c | 213 ceph_oid_printf(&oid, "%s", dl.object_name); in ceph_ioctl_get_dataloc()
|
D | file.c | 2225 ceph_oid_printf(&src_oid, "%llx.%08llx", in ceph_do_objects_copy() 2228 ceph_oid_printf(&dst_oid, "%llx.%08llx", in ceph_do_objects_copy()
|
D | addr.c | 1962 ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino); in __ceph_pool_perm_get()
|
/Linux-v5.10/net/ceph/ |
D | osdmap.c | 2137 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...) in ceph_oid_printf() function 2145 EXPORT_SYMBOL(ceph_oid_printf);
|
D | osd_client.c | 1117 ceph_oid_printf(&req->r_base_oid, "%llx.%08llx", vino.ino, objnum); in ceph_osdc_new_request()
|
/Linux-v5.10/drivers/block/ |
D | rbd.c | 1761 ceph_oid_printf(oid, "%s%s", RBD_OBJECT_MAP_PREFIX, in rbd_object_map_name() 1764 ceph_oid_printf(oid, "%s%s.%016llx", RBD_OBJECT_MAP_PREFIX, in rbd_object_map_name() 5959 ceph_oid_printf(&oid, "%s", RBD_DIRECTORY); in rbd_dev_image_name()
|