Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dsuper.c39 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_put_super()
91 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs()
412 struct ceph_fs_client *fsc = ceph_sb_to_client(root->d_sb); in ceph_show_options()
684 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_umount_begin()
865 struct ceph_fs_client *other = ceph_sb_to_client(sb); in ceph_compare_super()
957 if (ceph_sb_to_client(sb) != fsc) { in ceph_mount()
960 fsc = ceph_sb_to_client(sb); in ceph_mount()
993 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_kill_sb()
Ddir.c545 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir()
613 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup()
700 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod()
753 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink()
790 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir()
848 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link()
907 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink()
947 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename()
1188 if (!ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), DIRSTAT)) in ceph_read_dir()
1297 mdsc = ceph_sb_to_client(dn->d_sb)->mdsc; in ceph_dentry_lru_add()
[all …]
Dioctl.c66 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout()
141 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout_policy()
184 &ceph_sb_to_client(inode->i_sb)->client->osdc; in ceph_ioctl_get_dataloc()
Dexport.c63 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __fh_to_dentry()
127 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __get_parent()
Dcache.c379 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_queue_revalidate()
387 if (queue_work(ceph_sb_to_client(inode->i_sb)->revalidate_wq, in ceph_queue_revalidate()
Dfile.c45 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in prepare_open_request()
73 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_init_file()
134 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open()
233 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open()
943 &ceph_sb_to_client(inode->i_sb)->client->osdc; in ceph_write_iter()
Dxattr.c71 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout()
139 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout_pool()
849 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_sync_setxattr()
1019 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_send_removexattr()
Dinode.c498 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in ceph_destroy_inode()
1032 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace()
1620 if (queue_work(ceph_sb_to_client(inode->i_sb)->trunc_wq, in ceph_queue_vmtruncate()
1721 struct ceph_mds_client *mdsc = ceph_sb_to_client(dentry->d_sb)->mdsc; in ceph_setattr()
1927 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in __ceph_do_getattr()
2006 if (ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), in ceph_getattr()
Dsuper.h353 static inline struct ceph_fs_client *ceph_sb_to_client(struct super_block *sb) in ceph_sb_to_client() function
403 if (ceph_test_mount_opt(ceph_sb_to_client(sb), INO32)) in ceph_translate_ino()
Dlocks.c39 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_lock_message()
Dcaps.c907 ceph_put_snap_realm(ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc, in drop_inode_snap_realm()
922 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in __ceph_remove_cap()
1402 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in __ceph_mark_dirty_caps()
1450 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __mark_caps_flushing()
1786 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in try_flush_caps()
1955 ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_write_inode()
2734 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in handle_cap_flush_ack()
Dsnap.c568 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_finish_cap_snap()
Daddr.c671 ceph_sb_to_client(inode->i_sb)->wb_pagevec_pool); in writepages_finish()
Dmds_client.c1130 ceph_sb_to_client(inode->i_sb)->mdsc; in remove_session_caps_cb()