Lines Matching refs:fsc

45 	struct ceph_fs_client *fsc = ceph_sb_to_client(sb);  in prepare_open_request()  local
46 struct ceph_mds_client *mdsc = fsc->mdsc; in prepare_open_request()
73 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_init_file() local
74 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_init_file()
86 ceph_fscache_register_inode_cookie(mdsc->fsc, ci); in ceph_init_file()
134 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open() local
135 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_open()
233 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open() local
234 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_atomic_open()
353 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read() local
379 ret = ceph_osdc_readpages(&fsc->client->osdc, ceph_vino(inode), in striped_read()
565 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_direct_write() local
605 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_direct_write()
639 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_sync_direct_write()
641 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_direct_write()
682 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write() local
722 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
771 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_sync_write()
773 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write()
1164 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object() local
1177 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
1192 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_zero_partial_object()
1194 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()