Lines Matching refs:fsc
308 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir() local
309 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_readdir()
340 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()
341 !ceph_test_mount_opt(fsc, NOASYNCREADDIR) && in ceph_readdir()
668 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir() local
675 fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
736 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup() local
737 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_lookup()
757 fsc->mount_options->snapdir_name, in ceph_lookup()
760 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()
825 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod() local
826 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mknod()
887 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink() local
888 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_symlink()
936 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir() local
937 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mkdir()
1004 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link() local
1005 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_link()
1044 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink() local
1045 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_unlink()
1086 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename() local
1087 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_rename()
1397 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()