Lines Matching refs:fsc
310 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir() local
311 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_readdir()
348 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()
349 !ceph_test_mount_opt(fsc, NOASYNCREADDIR) && in ceph_readdir()
673 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir() local
678 strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
741 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup() local
762 fsc->mount_options->snapdir_name, in ceph_lookup()
765 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()
1139 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink() local
1140 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_unlink()
1143 bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS); in ceph_unlink()
1521 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()
1808 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_d_release() local
1812 atomic64_dec(&fsc->mdsc->metric.total_dentries); in ceph_d_release()