Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Dsuper.c37 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_put_super()
96 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs()
343 struct ceph_fs_client *fsc = ceph_sb_to_client(mnt->mnt_sb); in ceph_show_options()
582 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_umount_begin()
748 struct ceph_fs_client *other = ceph_sb_to_client(sb); in ceph_compare_super()
832 if (ceph_sb_to_client(sb) != fsc) { in ceph_mount()
835 fsc = ceph_sb_to_client(sb); in ceph_mount()
868 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_kill_sb()
Ddir.c497 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_finish_lookup()
549 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup()
639 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod()
695 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink()
726 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir()
768 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link()
823 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink()
864 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename()
1070 if (!ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), DIRSTAT)) in ceph_read_dir()
1171 mdsc = ceph_sb_to_client(dn->d_sb)->mdsc; in ceph_dentry_lru_add()
[all …]
Dioctl.c42 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout()
106 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout_policy()
166 &ceph_sb_to_client(inode->i_sb)->client->osdc; in ceph_ioctl_get_dataloc()
Dfile.c42 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in prepare_open_request()
121 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open()
222 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup_open()
693 &ceph_sb_to_client(inode->i_sb)->client->osdc; in ceph_aio_write()
Dinode.c406 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in ceph_destroy_inode()
661 &ceph_sb_to_client(inode->i_sb)->backing_dev_info; in fill_inode()
935 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace()
1477 if (queue_work(ceph_sb_to_client(inode->i_sb)->trunc_wq, in ceph_queue_vmtruncate()
1566 struct ceph_mds_client *mdsc = ceph_sb_to_client(dentry->d_sb)->mdsc; in ceph_setattr()
1765 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_do_getattr()
1830 if (ceph_test_mount_opt(ceph_sb_to_client(inode->i_sb), in ceph_getattr()
Dexport.c124 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc; in __cfh_to_dentry()
Dlocks.c18 ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_lock_message()
Dsuper.h329 static inline struct ceph_fs_client *ceph_sb_to_client(struct super_block *sb) in ceph_sb_to_client() function
378 if (ceph_test_mount_opt(ceph_sb_to_client(sb), INO32)) in ceph_translate_ino()
Dxattr.c629 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_sync_setxattr()
787 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_send_removexattr()
Dcaps.c877 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in __ceph_remove_cap()
1341 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in __ceph_mark_dirty_caps()
1382 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __mark_caps_flushing()
1702 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in try_flush_caps()
1868 ceph_sb_to_client(inode->i_sb)->mdsc; in ceph_write_inode()
2488 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in handle_cap_flush_ack()
Dsnap.c531 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_finish_cap_snap()
Daddr.c564 ceph_sb_to_client(inode->i_sb)->wb_pagevec_pool); in writepages_finish()
Dmds_client.c942 ceph_sb_to_client(inode->i_sb)->mdsc; in remove_session_caps_cb()