Home
last modified time | relevance | path

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

/fs/ceph/
Ddebugfs.c24 struct ceph_fs_client *fsc = s->private; in mdsmap_show()
51 struct ceph_fs_client *fsc = s->private; in mdsc_show()
129 struct ceph_fs_client *fsc = s->private; in caps_show()
144 struct ceph_fs_client *fsc = s->private; in dentry_lru_show()
161 struct ceph_fs_client *fsc = s->private; in mds_sessions_show()
207 struct ceph_fs_client *fsc = (struct ceph_fs_client *)data; in CEPH_DEFINE_SHOW_FUNC()
215 struct ceph_fs_client *fsc = (struct ceph_fs_client *)data; in congestion_kb_get()
225 void ceph_fs_debugfs_cleanup(struct ceph_fs_client *fsc) in ceph_fs_debugfs_cleanup()
237 int ceph_fs_debugfs_init(struct ceph_fs_client *fsc) in ceph_fs_debugfs_init()
312 int ceph_fs_debugfs_init(struct ceph_fs_client *fsc) in ceph_fs_debugfs_init()
[all …]
Dsuper.c39 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_put_super()
47 struct ceph_fs_client *fsc = ceph_inode_to_client(d_inode(dentry)); in ceph_statfs()
91 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs()
326 struct ceph_fs_client *fsc) in compare_mount_options()
443 struct ceph_fs_client *fsc = ceph_sb_to_client(root->d_sb); in ceph_show_options()
515 struct ceph_fs_client *fsc = client->private; in extra_mon_dispatch()
533 static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, in create_fs_client()
536 struct ceph_fs_client *fsc; in create_fs_client()
626 static void destroy_fs_client(struct ceph_fs_client *fsc) in destroy_fs_client()
735 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_umount_begin()
[all …]
Dcache.h34 int ceph_fscache_register_fs(struct ceph_fs_client* fsc);
35 void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc);
106 static inline int ceph_fscache_register_fs(struct ceph_fs_client* fsc) in ceph_fscache_register_fs()
111 static inline void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs()
Dmds_client.h30 struct ceph_fs_client;
289 struct ceph_fs_client *fsc;
382 extern int ceph_mdsc_init(struct ceph_fs_client *fsc);
385 extern void ceph_mdsc_destroy(struct ceph_fs_client *fsc);
Dcache.c41 const struct ceph_fs_client* fsc = cookie_netfs_data; in ceph_fscache_session_get_key()
68 int ceph_fscache_register_fs(struct ceph_fs_client* fsc) in ceph_fscache_register_fs()
183 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fscache_register_inode_cookie()
344 void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs()
Dsuper.h76 struct ceph_fs_client { struct
370 static inline struct ceph_fs_client *ceph_inode_to_client(struct inode *inode) in ceph_inode_to_client()
372 return (struct ceph_fs_client *)inode->i_sb->s_fs_info; in ceph_inode_to_client()
375 static inline struct ceph_fs_client *ceph_sb_to_client(struct super_block *sb) in ceph_sb_to_client()
377 return (struct ceph_fs_client *)sb->s_fs_info; in ceph_sb_to_client()
611 extern void ceph_reservation_status(struct ceph_fs_client *client,
984 extern int ceph_fs_debugfs_init(struct ceph_fs_client *client);
985 extern void ceph_fs_debugfs_cleanup(struct ceph_fs_client *client);
Ddir.c319 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()
669 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir()
737 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup()
829 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod()
882 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink()
919 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir()
977 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link()
1036 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink()
1077 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename()
Dfile.c113 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in prepare_open_request()
244 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open()
339 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open()
465 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read()
882 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write()
1087 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1598 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
Daddr.c444 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
517 struct ceph_fs_client *fsc; in writepage_nounlock()
664 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
741 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1187 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_update_writeable_page()
1624 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
1779 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in __ceph_pool_perm_get()
Dxattr.c69 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout()
148 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout_pool()
884 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_sync_setxattr()
Dmds_client.c1134 struct ceph_fs_client *fsc = (struct ceph_fs_client *)arg; in remove_session_caps_cb()
1213 struct ceph_fs_client *fsc = session->s_mdsc->fsc; in remove_session_caps()
3429 int ceph_mdsc_init(struct ceph_fs_client *fsc) in ceph_mdsc_init()
3717 void ceph_mdsc_destroy(struct ceph_fs_client *fsc) in ceph_mdsc_destroy()
3734 struct ceph_fs_client *fsc = mdsc->fsc; in ceph_mdsc_handle_fsmap()
Dinode.c1116 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace()
1727 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_invalidate_work()
2134 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in __ceph_do_getattr()
Dcaps.c292 void ceph_reservation_status(struct ceph_fs_client *fsc, in ceph_reservation_status()
1599 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps()