Lines Matching refs:fsc
113 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in prepare_open_request() local
114 struct ceph_mds_client *mdsc = fsc->mdsc; in prepare_open_request()
141 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_init_file() local
142 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_init_file()
154 ceph_fscache_register_inode_cookie(mdsc->fsc, ci); in ceph_init_file()
203 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open() local
204 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_open()
298 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open() local
299 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_atomic_open()
417 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read() local
443 ret = ceph_osdc_readpages(&fsc->client->osdc, ceph_vino(inode), in striped_read()
629 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_direct_write() local
667 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_direct_write()
701 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_sync_direct_write()
703 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_direct_write()
745 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write() local
783 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
832 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_sync_write()
834 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write()
1255 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object() local
1268 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
1283 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_zero_partial_object()
1285 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()