Lines Matching refs:pool_name
63 const char *pool_name; in ceph_vxattrcb_layout() local
73 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool); in ceph_vxattrcb_layout()
74 if (pool_name) { in ceph_vxattrcb_layout()
79 total_len = len + strlen(pool_name); in ceph_vxattrcb_layout()
95 if (pool_name) { in ceph_vxattrcb_layout()
96 len = strlen(pool_name); in ceph_vxattrcb_layout()
97 memcpy(val + ret, pool_name, len); in ceph_vxattrcb_layout()
166 const char *pool_name; in ceph_vxattrcb_layout_pool() local
169 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool); in ceph_vxattrcb_layout_pool()
170 if (pool_name) { in ceph_vxattrcb_layout_pool()
171 ret = strlen(pool_name); in ceph_vxattrcb_layout_pool()
173 memcpy(val, pool_name, ret); in ceph_vxattrcb_layout_pool()