Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosdmap.h134 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...);
/linux/fs/ceph/
H A Dioctl.c214 ceph_oid_printf(&oid, "%s", dl.object_name); in ceph_ioctl_get_dataloc()
H A Dfile.c2906 ceph_oid_printf(&src_oid, "%llx.%08llx", in ceph_do_objects_copy()
2909 ceph_oid_printf(&dst_oid, "%llx.%08llx", in ceph_do_objects_copy()
/linux/net/ceph/
H A Dosdmap.c2172 void ceph_oid_printf(struct ceph_object_id *oid, const char *fmt, ...) in ceph_oid_printf() function
2180 EXPORT_SYMBOL(ceph_oid_printf);
/linux/drivers/block/
H A Drbd.c1721 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()
5890 ceph_oid_printf(&oid, "%s", RBD_DIRECTORY); in rbd_dev_image_name()