Lines Matching refs:fsc

259 	struct ceph_fs_client *fsc = ceph_inode_to_client(inode);  in ceph_readdir()  local
260 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_readdir()
294 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()
295 !ceph_test_mount_opt(fsc, NOASYNCREADDIR) && in ceph_readdir()
555 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir() local
562 fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
623 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup() local
624 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_lookup()
647 fsc->mount_options->snapdir_name, in ceph_lookup()
650 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()
710 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod() local
711 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mknod()
763 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink() local
764 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_symlink()
800 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir() local
801 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mkdir()
858 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link() local
859 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_link()
917 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink() local
918 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_unlink()
957 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename() local
958 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_rename()