/linux-4.1.27/fs/ceph/ |
D | debugfs.c | 24 struct ceph_fs_client *fsc = s->private; in mdsmap_show() local 51 struct ceph_fs_client *fsc = s->private; in mdsc_show() local 129 struct ceph_fs_client *fsc = s->private; in caps_show() local 144 struct ceph_fs_client *fsc = s->private; in dentry_lru_show() local 161 struct ceph_fs_client *fsc = s->private; in mds_sessions_show() local 207 struct ceph_fs_client *fsc = (struct ceph_fs_client *)data; in CEPH_DEFINE_SHOW_FUNC() local 215 struct ceph_fs_client *fsc = (struct ceph_fs_client *)data; in congestion_kb_get() local 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 …]
|
D | super.c | 39 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_put_super() local 47 struct ceph_fs_client *fsc = ceph_inode_to_client(d_inode(dentry)); in ceph_statfs() local 91 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs() local 305 struct ceph_fs_client *fsc) in compare_mount_options() 412 struct ceph_fs_client *fsc = ceph_sb_to_client(root->d_sb); in ceph_show_options() local 480 struct ceph_fs_client *fsc = client->private; in extra_mon_dispatch() local 499 struct ceph_fs_client *fsc; in create_fs_client() local 583 static void destroy_fs_client(struct ceph_fs_client *fsc) in destroy_fs_client() 684 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_umount_begin() local 709 static struct dentry *open_root_dentry(struct ceph_fs_client *fsc, in open_root_dentry() [all …]
|
D | dir.c | 248 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir() local 545 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir() local 613 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup() local 700 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mknod() local 753 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_symlink() local 790 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_mkdir() local 848 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_link() local 907 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink() local 947 struct ceph_fs_client *fsc = ceph_sb_to_client(old_dir->i_sb); in ceph_rename() local
|
D | cache.c | 40 const struct ceph_fs_client* fsc = cookie_netfs_data; in ceph_fscache_session_get_key() local 67 int ceph_fscache_register_fs(struct ceph_fs_client* fsc) in ceph_fscache_register_fs() 186 void ceph_fscache_register_inode_cookie(struct ceph_fs_client* fsc, in ceph_fscache_register_inode_cookie() 335 void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs() 379 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_queue_revalidate() local
|
D | file.c | 45 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in prepare_open_request() local 73 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_init_file() local 134 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open() local 233 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open() local 353 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read() local 565 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_direct_write() local 682 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write() local 1164 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object() local
|
D | addr.c | 401 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages() local 475 struct ceph_fs_client *fsc; in writepage_nounlock() local 612 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish() local 685 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start() local 1168 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_end() local 1452 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data() local
|
D | cache.h | 102 static inline int ceph_fscache_register_fs(struct ceph_fs_client* fsc) in ceph_fscache_register_fs() 107 static inline void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs()
|
D | xattr.c | 71 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout() local 139 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout_pool() local 849 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_sync_setxattr() local 1019 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_send_removexattr() local
|
D | inode.c | 1032 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace() local 1927 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in __ceph_do_getattr() local
|
D | mds_client.c | 3369 int ceph_mdsc_init(struct ceph_fs_client *fsc) in ceph_mdsc_init() 3427 struct ceph_fs_client *fsc = mdsc->fsc; in wait_requests() local 3554 struct ceph_fs_client *fsc = mdsc->fsc; in ceph_mdsc_close_sessions() local 3612 void ceph_mdsc_destroy(struct ceph_fs_client *fsc) in ceph_mdsc_destroy()
|
D | super.h | 42 #define ceph_set_mount_opt(fsc, opt) \ argument 44 #define ceph_test_mount_opt(fsc, opt) \ argument
|
D | caps.c | 287 void ceph_reservation_status(struct ceph_fs_client *fsc, in ceph_reservation_status() 1523 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps() local
|
D | mds_client.h | 267 struct ceph_fs_client *fsc; member
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 851 struct esas2r_ioctlfs_command *fsc = &fs->command; in esas2r_process_fs_ioctl() local
|
/linux-4.1.27/net/sched/ |
D | sch_hfsc.c | 946 hfsc_change_fsc(struct hfsc_class *cl, struct tc_service_curve *fsc) in hfsc_change_fsc() 977 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_change_class() local
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 461 int fsc, pll; in cx18_av_std_setup() local
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | smt.c | 1452 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc) in smt_fill_fsc()
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 851 int fin, fsc; in cx25840_std_setup() local
|
/linux-4.1.27/drivers/dma/ |
D | fsl-edma.c | 152 struct fsl_edma_slave_config fsc; member
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 882 int fsc = bttv_tvnorms[btv->tvnorm].Fsc; in bt848A_set_timing() local
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | smt.h | 734 struct smt_p_fsc fsc ; /* frame status cap. */ member
|
/linux-4.1.27/fs/cifs/ |
D | cifsglob.h | 483 bool fsc:1; /* enable fscache */ member
|