Home
last modified time | relevance | path

Searched refs:ceph_oid_printf (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/ceph/
Dosdmap.h132 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
/Linux-v4.19/fs/ceph/
Dioctl.c213 ceph_oid_printf(&oid, "%s", dl.object_name); in ceph_ioctl_get_dataloc()
Daddr.c1907 ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino); in __ceph_pool_perm_get()
/Linux-v4.19/net/ceph/
Dosdmap.c1928 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...) in ceph_oid_printf() function
1936 EXPORT_SYMBOL(ceph_oid_printf);
Dosd_client.c1035 ceph_oid_printf(&req->r_base_oid, "%llx.%08llx", vino.ino, objnum); in ceph_osdc_new_request()
/Linux-v4.19/drivers/block/
Drbd.c4910 ceph_oid_printf(&oid, "%s", RBD_DIRECTORY); in rbd_dev_image_name()