Lines Matching refs:fsc
341 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb);
342 struct ceph_mds_client *mdsc = fsc->mdsc;
690 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb);
691 struct ceph_mds_client *mdsc = fsc->mdsc;
695 bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS);
872 struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
873 struct ceph_osd_client *osdc = &fsc->client->osdc;
932 ceph_update_read_latency(&fsc->mdsc->metric,
974 fsc->blocklisted = true;
1211 struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
1212 struct ceph_client_metric *metric = &fsc->mdsc->metric;
1250 size = min_t(u64, size, fsc->mount_options->wsize);
1252 size = min_t(u64, size, fsc->mount_options->rsize);
1255 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout,
1327 ret = ceph_osdc_wait_request(&fsc->client->osdc, req);
1421 struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
1458 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout,
1503 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false);
1505 ret = ceph_osdc_wait_request(&fsc->client->osdc, req);
1507 ceph_update_write_latency(&fsc->mdsc->metric, req->r_start_latency,
1706 struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
1707 struct ceph_osd_client *osdc = &fsc->client->osdc;
1715 loff_t limit = max(i_size_read(inode), fsc->max_file_size);
1900 struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
1945 ret = vfs_setpos(file, offset, max(i_size, fsc->max_file_size));
1993 struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
2006 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout,
2018 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false);
2020 ret = ceph_osdc_wait_request(&fsc->client->osdc, req);
2240 struct ceph_fs_client *fsc,
2270 ret = ceph_osdc_copy_from(&fsc->client->osdc,
2283 fsc->have_copy_from2 = false;