Lines Matching refs:fsc
248 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir() local
249 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_readdir()
284 ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()
285 !ceph_test_mount_opt(fsc, NOASYNCREADDIR) && in ceph_readdir()
545 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir() local
552 fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
613 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup() local
614 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_lookup()
637 fsc->mount_options->snapdir_name, in ceph_lookup()
640 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()
700 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod() local
701 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mknod()
753 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink() local
754 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_symlink()
790 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir() local
791 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mkdir()
848 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link() local
849 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_link()
907 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink() local
908 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_unlink()
947 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename() local
948 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_rename()