Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Ddebugfs.c25 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 …]
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()
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()
110 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs()
423 struct ceph_fs_client *fsc) in compare_mount_options()
549 struct ceph_fs_client *fsc = ceph_sb_to_client(root->d_sb); in ceph_show_options()
623 struct ceph_fs_client *fsc = client->private; in extra_mon_dispatch()
643 static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, in create_fs_client()
646 struct ceph_fs_client *fsc; in create_fs_client()
726 static void flush_fs_workqueues(struct ceph_fs_client *fsc) in flush_fs_workqueues()
733 static void destroy_fs_client(struct ceph_fs_client *fsc) in destroy_fs_client()
[all …]
Dmds_client.h45 struct ceph_fs_client;
315 struct ceph_fs_client *fsc;
412 extern int ceph_mdsc_init(struct ceph_fs_client *fsc);
415 extern void ceph_mdsc_destroy(struct ceph_fs_client *fsc);
Dsuper.h93 struct ceph_fs_client { struct
392 static inline struct ceph_fs_client *ceph_inode_to_client(struct inode *inode) in ceph_inode_to_client()
394 return (struct ceph_fs_client *)inode->i_sb->s_fs_info; in ceph_inode_to_client()
397 static inline struct ceph_fs_client *ceph_sb_to_client(struct super_block *sb) in ceph_sb_to_client()
399 return (struct ceph_fs_client *)sb->s_fs_info; in ceph_sb_to_client()
666 extern void ceph_reservation_status(struct ceph_fs_client *client,
1082 extern int ceph_fs_debugfs_init(struct ceph_fs_client *client);
1083 extern void ceph_fs_debugfs_cleanup(struct ceph_fs_client *client);
1115 extern bool ceph_quota_update_statfs(struct ceph_fs_client *fsc,
Dcache.c65 int ceph_fscache_register_fs(struct ceph_fs_client* fsc) in ceph_fscache_register_fs()
153 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fscache_register_inode_cookie()
322 void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs()
Ddir.c304 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()
664 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir()
732 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup()
821 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod()
880 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink()
923 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir()
988 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link()
1028 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink()
1070 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename()
Dfile.c180 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in prepare_open_request()
340 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open()
434 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open()
575 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read()
921 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write()
1127 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1390 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_iter()
1568 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_llseek()
1661 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
Daddr.c433 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
571 struct ceph_fs_client *fsc; in writepage_nounlock()
708 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
786 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1222 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_update_writeable_page()
1665 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
1818 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in __ceph_pool_perm_get()
Dquota.c320 bool ceph_quota_update_statfs(struct ceph_fs_client *fsc, struct kstatfs *buf) in ceph_quota_update_statfs()
Dxattr.c74 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout()
150 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout_pool()
957 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_sync_setxattr()
Dinode.c1191 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace()
1798 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_invalidate_work()
2180 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_setattr()
2213 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in __ceph_do_getattr()
Dmds_client.c1230 struct ceph_fs_client *fsc = (struct ceph_fs_client *)arg; in remove_session_caps_cb()
1325 struct ceph_fs_client *fsc = session->s_mdsc->fsc; in remove_session_caps()
3672 int ceph_mdsc_init(struct ceph_fs_client *fsc) in ceph_mdsc_init()
3973 void ceph_mdsc_destroy(struct ceph_fs_client *fsc) in ceph_mdsc_destroy()
3993 struct ceph_fs_client *fsc = mdsc->fsc; in ceph_mdsc_handle_fsmap()
Dcaps.c386 void ceph_reservation_status(struct ceph_fs_client *fsc, in ceph_reservation_status()
1835 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps()