Lines Matching refs:osdc
585 ret = ceph_osdc_readpages(&fsc->client->osdc, ceph_vino(inode), in striped_read()
964 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write()
1036 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write()
1159 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
1204 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_sync_write()
1206 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write()
1445 if (ceph_osdmap_flag(&fsc->client->osdc, CEPH_OSDMAP_FULL)) { in ceph_write_iter()
1535 if (ceph_osdmap_flag(&fsc->client->osdc, CEPH_OSDMAP_NEARFULL)) in ceph_write_iter()
1662 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
1674 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_zero_partial_object()
1676 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
1772 if (ceph_osdmap_flag(&fsc->client->osdc, CEPH_OSDMAP_FULL) && in ceph_fallocate()