Searched refs:pool_name (Results 1 – 1 of 1) sorted by relevance
63 const char *pool_name; in ceph_vxattrcb_layout() local73 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()165 const char *pool_name; in ceph_vxattrcb_layout_pool() local168 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool); in ceph_vxattrcb_layout_pool()169 if (pool_name) { in ceph_vxattrcb_layout_pool()[all …]