Lines Matching refs:pool_name
64 const char *pool_name; in ceph_vxattrcb_layout() local
74 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool); in ceph_vxattrcb_layout()
75 if (pool_name) { in ceph_vxattrcb_layout()
80 total_len = len + strlen(pool_name); in ceph_vxattrcb_layout()
96 if (pool_name) { in ceph_vxattrcb_layout()
97 len = strlen(pool_name); in ceph_vxattrcb_layout()
98 memcpy(val + ret, pool_name, len); in ceph_vxattrcb_layout()
167 const char *pool_name; in ceph_vxattrcb_layout_pool() local
170 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool); in ceph_vxattrcb_layout_pool()
171 if (pool_name) { in ceph_vxattrcb_layout_pool()
172 ret = strlen(pool_name); in ceph_vxattrcb_layout_pool()
174 memcpy(val, pool_name, ret); in ceph_vxattrcb_layout_pool()