Home
last modified time | relevance | path

Searched refs:ceph_sb_to_client (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
Dsuper.c44 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_put_super()
115 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs()
530 struct ceph_fs_client *fsc = ceph_sb_to_client(root->d_sb); in ceph_show_options()
841 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_umount_begin()
1001 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_compare_super()
1094 if (ceph_sb_to_client(sb) != fsc) { in ceph_get_tree()
1096 fsc = ceph_sb_to_client(sb); in ceph_get_tree()
1147 struct ceph_fs_client *fsc = ceph_sb_to_client(fc->root->d_sb); in ceph_reconfigure_fc()
1218 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_kill_sb()
1246 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_force_reconnect()
Dioctl.c67 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout()
142 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout_policy()
185 &ceph_sb_to_client(inode->i_sb)->client->osdc; in ceph_ioctl_get_dataloc()
Ddir.c671 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir()
739 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup()
1120 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink()
1267 mdsc = ceph_sb_to_client(dn->d_sb)->mdsc; in __ceph_dentry_lease_touch()
1314 mdsc = ceph_sb_to_client(dn->d_sb)->mdsc; in __ceph_dentry_dir_lease_touch()
1328 mdsc = ceph_sb_to_client(di->dentry->d_sb)->mdsc; in __dentry_lease_unlist()
1683 mdsc = ceph_sb_to_client(dir->i_sb)->mdsc; in ceph_d_revalidate()
1789 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_d_release()
1858 if (!ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), DIRSTAT)) in ceph_read_dir()
Dexport.c125 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __lookup_inode()
201 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __snapfh_to_dentry()
307 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __get_parent()
Dsuper.h449 ceph_sb_to_client(const struct super_block *sb) in ceph_sb_to_client() function
457 return (struct ceph_mds_client *)ceph_sb_to_client(sb)->mdsc; in ceph_sb_to_mdsc()
513 if (unlikely(ceph_test_mount_opt(ceph_sb_to_client(sb), INO32))) in ceph_present_ino()
Dxattr.c59 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout()
163 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout_pool()
949 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_sync_setxattr()
1016 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_setxattr()
Dcaps.c943 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in __ceph_caps_issued_mask_metric()
1129 ceph_put_snap_realm(ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc, in drop_inode_snap_realm()
1703 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in __ceph_mark_dirty_caps()
1826 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __mark_caps_flushing()
2207 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in try_flush_caps()
2401 ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_write_inode()
3564 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in handle_cap_flush_ack()
3670 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_remove_capsnap()
3714 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in handle_cap_flushsnap_ack()
Dinode.c1245 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace()
2038 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_setattr()
2286 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in __ceph_do_getattr()
2406 if (ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), in ceph_getattr()
Dfile.c341 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open()
684 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open()