Searched refs:ceph_oid_printf (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | ioctl.c | 213 ceph_oid_printf(&oid, "%s", dl.object_name); in ceph_ioctl_get_dataloc()
|
H A D | file.c | 2264 ceph_oid_printf(&src_oid, "%llx.%08llx", in ceph_do_objects_copy() 2267 ceph_oid_printf(&dst_oid, "%llx.%08llx", in ceph_do_objects_copy()
|
H A D | addr.c | 1982 ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino); in __ceph_pool_perm_get()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osdmap.h | 134 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osdmap.h | 134 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | ioctl.c | 214 ceph_oid_printf(&oid, "%s", dl.object_name); in ceph_ioctl_get_dataloc()
|
H A D | file.c | 2798 ceph_oid_printf(&src_oid, "%llx.%08llx", in ceph_do_objects_copy() 2801 ceph_oid_printf(&dst_oid, "%llx.%08llx", in ceph_do_objects_copy()
|
H A D | addr.c | 2062 ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino); in __ceph_pool_perm_get()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A 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); variable
|
H A D | osd_client.c | 1096 ceph_oid_printf(&req->r_base_oid, "%llx.%08llx", vino.ino, objnum); in ceph_osdc_new_request()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osdmap.c | 2172 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...) in ceph_oid_printf() function 2180 EXPORT_SYMBOL(ceph_oid_printf); variable
|
H A D | osd_client.c | 1132 ceph_oid_printf(&req->r_base_oid, "%llx.%08llx", vino.ino, objnum); in ceph_osdc_new_request()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 1784 ceph_oid_printf(oid, "%s%s", RBD_OBJECT_MAP_PREFIX, in rbd_object_map_name() 1787 ceph_oid_printf(oid, "%s%s.%016llx", RBD_OBJECT_MAP_PREFIX, in rbd_object_map_name() 5970 ceph_oid_printf(&oid, "%s", RBD_DIRECTORY); in rbd_dev_image_name()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 1721 ceph_oid_printf(oid, "%s%s", RBD_OBJECT_MAP_PREFIX, in rbd_object_map_name() 1724 ceph_oid_printf(oid, "%s%s.%016llx", RBD_OBJECT_MAP_PREFIX, in rbd_object_map_name() 5897 ceph_oid_printf(&oid, "%s", RBD_DIRECTORY); in rbd_dev_image_name()
|
Completed in 53 milliseconds