Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ceph/
Dsuper.c47 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_put_super()
121 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs()
687 struct ceph_fs_client *fsc = ceph_sb_to_client(root->d_sb); in ceph_show_options()
1018 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_umount_begin()
1229 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_compare_super()
1325 if (ceph_sb_to_client(sb) != fsc) { in ceph_get_tree()
1327 fsc = ceph_sb_to_client(sb); in ceph_get_tree()
1380 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_reconfigure_fc()
1519 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_kill_sb()
1581 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_force_reconnect()
Dioctl.c68 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout()
143 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout_policy()
186 &ceph_sb_to_client(inode->i_sb)->client->osdc; in ceph_ioctl_get_dataloc()
Ddir.c706 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir()
774 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup()
1202 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_async_unlink_cb()
1293 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink()
1472 mdsc = ceph_sb_to_client(dn->d_sb)->mdsc; in __ceph_dentry_lease_touch()
1519 mdsc = ceph_sb_to_client(dn->d_sb)->mdsc; in __ceph_dentry_dir_lease_touch()
1533 mdsc = ceph_sb_to_client(di->dentry->d_sb)->mdsc; in __dentry_lease_unlist()
1891 mdsc = ceph_sb_to_client(dir->i_sb)->mdsc; in ceph_d_revalidate()
1998 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_d_release()
2067 if (!ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), DIRSTAT)) in ceph_read_dir()
Dexport.c126 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __lookup_inode()
208 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __snapfh_to_dentry()
320 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __get_parent()
Dxattr.c60 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_layout()
164 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_layout_pool()
316 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_cluster_fsid()
324 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_client_id()
1097 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_sync_setxattr()
1167 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_setxattr()
Dsuper.h497 ceph_sb_to_client(const struct super_block *sb) in ceph_sb_to_client() function
505 return (struct ceph_mds_client *)ceph_sb_to_client(sb)->mdsc; in ceph_sb_to_mdsc()
561 if (unlikely(ceph_test_mount_opt(ceph_sb_to_client(sb), INO32))) in ceph_present_ino()
Dcaps.c925 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in __ceph_caps_issued_mask_metric()
1754 ceph_sb_to_client(ci->netfs.inode.i_sb)->mdsc; in __ceph_mark_dirty_caps()
1877 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __mark_caps_flushing()
2236 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in try_flush_caps()
2314 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in flush_mdlog_and_wait_inode_unsafe_requests()
2497 ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_write_inode()
3731 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in handle_cap_flush_ack()
3837 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_remove_capsnap()
3881 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in handle_cap_flushsnap_ack()
Dinode.c1492 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace()
2430 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_setattr()
2813 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in __ceph_do_getattr()
2859 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_do_getvxattr()
3004 if (ceph_test_mount_opt(ceph_sb_to_client(sb), RBYTES)) { in ceph_getattr()
Dcrypto.c132 return ceph_sb_to_client(sb)->fsc_dummy_enc_policy.policy; in ceph_get_dummy_policy()
Dfile.c355 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open()
733 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open()
Dmds_client.c833 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_wait_on_conflict_unlink()