/linux/fs/ceph/ |
H A D | debugfs.c | 28 struct ceph_fs_client *fsc = s->private; in mdsmap_show() local 54 struct ceph_fs_client *fsc = s->private; in mdsc_show() local 151 struct ceph_fs_client *fsc = s->private; in metrics_file_show() local 175 struct ceph_fs_client *fsc = s->private; in metrics_latency_show() local 201 struct ceph_fs_client *fsc = s->private; in metrics_size_show() local 231 struct ceph_fs_client *fsc = s->private; in metrics_caps_show() local 270 struct ceph_fs_client *fsc = s->private; in caps_show() local 318 struct ceph_fs_client *fsc = s->private; in mds_sessions_show() local 354 struct ceph_fs_client *fsc = s->private; in status_show() local 381 struct ceph_fs_client *fsc = (struct ceph_fs_client *)data; in congestion_kb_set() local [all …]
|
H A D | super.c | 47 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(s); in ceph_put_super() local 57 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(d_inode(dentry)); in ceph_statfs() local 123 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(sb); in ceph_sync_fs() local 660 struct ceph_fs_client *fsc) in compare_mount_options() 701 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(root->d_sb); in ceph_show_options() local 797 struct ceph_fs_client *fsc = client->private; in extra_mon_dispatch() local 820 struct ceph_fs_client *fsc; in create_fs_client() local 890 static void flush_fs_workqueues(struct ceph_fs_client *fsc) in flush_fs_workqueues() 896 static void destroy_fs_client(struct ceph_fs_client *fsc) in destroy_fs_client() 1020 static void __ceph_umount_begin(struct ceph_fs_client *fsc) in __ceph_umount_begin() [all …]
|
H A D | cache.c | 18 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_fscache_register_inode_cookie() local 86 int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc) in ceph_fscache_register_fs() 109 void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs()
|
H A D | cache.h | 60 static inline int ceph_fscache_register_fs(struct ceph_fs_client* fsc, in ceph_fscache_register_fs() 66 static inline void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs()
|
H A D | dir.c | 112 static int note_last_dentry(struct ceph_fs_client *fsc, in note_last_dentry() 192 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(dir); in __dcache_readdir() local 322 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_readdir() local 725 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(dentry->d_sb); in ceph_handle_snapdir() local 798 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(dir->i_sb); in ceph_lookup() local 1247 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(dentry->d_sb); in ceph_async_unlink_cb() local 1340 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(dir->i_sb); in ceph_unlink() local 2075 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(dentry->d_sb); in ceph_d_release() local
|
H A D | export.c | 305 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(sb); in ceph_fh_to_dentry() local 424 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(sb); in ceph_fh_to_parent() local 450 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in __get_snap_name() local
|
H A D | file.c | 362 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(inode->i_sb); in ceph_open() local 783 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(dir->i_sb); in ceph_atomic_open() local 1053 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in __ceph_sync_read() local 1487 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_direct_read_write() local 1716 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_sync_write() local 2337 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_write_iter() local 2573 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_zero_partial_object() local 2878 struct ceph_fs_client *fsc, in ceph_do_objects_copy()
|
H A D | inode.c | 568 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(sb); in ceph_alloc_inode() local 1524 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(sb); in ceph_fill_trace() local 2121 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_queue_inode_work() local 2834 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_setattr() local 2904 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(inode->i_sb); in __ceph_do_getattr() local 2952 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(inode->i_sb); in ceph_do_getvxattr() local
|
H A D | ioctl.c | 362 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_ioctl() local
|
H A D | quota.c | 490 bool ceph_quota_update_statfs(struct ceph_fs_client *fsc, struct kstatfs *buf) in ceph_quota_update_statfs()
|
H A D | crypto.h | 175 static inline void ceph_fscrypt_free_dummy_policy(struct ceph_fs_client *fsc) in ceph_fscrypt_free_dummy_policy()
|
H A D | mds_client.c | 838 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(dentry->d_sb); in ceph_wait_on_conflict_unlink() local 1916 struct ceph_fs_client *fsc = session->s_mdsc->fsc; in remove_session_caps() local 5335 struct ceph_fs_client *fsc = mdsc->fsc; in maybe_recover_session() local 5471 int ceph_mdsc_init(struct ceph_fs_client *fsc) in ceph_mdsc_init() 6033 void ceph_mdsc_destroy(struct ceph_fs_client *fsc) in ceph_mdsc_destroy() 6055 struct ceph_fs_client *fsc = mdsc->fsc; in ceph_mdsc_handle_fsmap() local
|
H A D | caps.c | 414 void ceph_reservation_status(struct ceph_fs_client *fsc, in ceph_reservation_status() 952 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(ci->netfs.inode.i_sb); in __ceph_caps_issued_mask_metric() local 1201 struct ceph_fs_client *fsc; in ceph_remove_cap() local 3043 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in __ceph_get_caps() local 5007 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_purge_inode_cap() local
|
H A D | super.h | 54 #define ceph_set_mount_opt(fsc, opt) \ argument 56 #define ceph_clear_mount_opt(fsc, opt) \ argument 58 #define ceph_test_mount_opt(fsc, opt) \ argument 1114 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode); in ceph_inode_is_shutdown() local
|
H A D | crypto.c | 148 void ceph_fscrypt_free_dummy_policy(struct ceph_fs_client *fsc) in ceph_fscrypt_free_dummy_policy()
|
/linux/fs/xfs/scrub/ |
H A D | fscounters.c | 155 struct xchk_fscounters *fsc = sc->buf; in xchk_fscounters_freeze() local 182 struct xchk_fscounters *fsc = buf; in xchk_fscounters_cleanup() local 200 struct xchk_fscounters *fsc; in xchk_setup_fscounters() local 262 struct xchk_fscounters *fsc, in xchk_fscount_btreeblks() 296 struct xchk_fscounters *fsc) in xchk_fscount_aggregate_agcounts() 396 struct xchk_fscounters *fsc = priv; in xchk_fscount_add_frextent() local 409 struct xchk_fscounters *fsc) in xchk_fscount_count_frextents() 445 struct xchk_fscounters *fsc) in xchk_fscount_count_frextents() 515 struct xchk_fscounters *fsc = sc->buf; in xchk_fscounters() local
|
H A D | fscounters_repair.c | 51 struct xchk_fscounters *fsc = sc->buf; in xrep_fscounters() local
|
/linux/fs/fuse/ |
H A D | inode.c | 202 static int fuse_reconfigure(struct fs_context *fsc) in fuse_reconfigure() 793 static int fuse_parse_param(struct fs_context *fsc, struct fs_parameter *param) in fuse_parse_param() 892 static void fuse_free_fsc(struct fs_context *fsc) in fuse_free_fsc() 1744 static int fuse_get_tree_submount(struct fs_context *fsc) in fuse_get_tree_submount() 1785 int fuse_init_fs_context_submount(struct fs_context *fsc) in fuse_init_fs_context_submount() 1892 static int fuse_fill_super(struct super_block *sb, struct fs_context *fsc) in fuse_fill_super() 1923 static int fuse_set_no_super(struct super_block *sb, struct fs_context *fsc) in fuse_set_no_super() 1928 static int fuse_test_super(struct super_block *sb, struct fs_context *fsc) in fuse_test_super() 1934 static int fuse_get_tree(struct fs_context *fsc) in fuse_get_tree() 2005 static int fuse_init_fs_context(struct fs_context *fsc) in fuse_init_fs_context()
|
H A D | control.c | 306 static int fuse_ctl_fill_super(struct super_block *sb, struct fs_context *fsc) in fuse_ctl_fill_super() 332 static int fuse_ctl_get_tree(struct fs_context *fsc) in fuse_ctl_get_tree() 341 static int fuse_ctl_init_fs_context(struct fs_context *fsc) in fuse_ctl_init_fs_context()
|
/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | fault.h | 17 u64 fsc = esr & ESR_ELx_FSC; in __fault_safe_to_translate() local
|
/linux/drivers/iio/dac/ |
H A D | ad9739a.c | 204 unsigned int i = 0, lock, fsc; in ad9739a_init() local
|
/linux/arch/arm64/kvm/ |
H A D | nested.c | 137 static u32 compute_fsc(int level, u32 fsc) in compute_fsc() 142 static int esr_s2_fault(struct kvm_vcpu *vcpu, int level, u32 fsc) in esr_s2_fault()
|
/linux/drivers/iommu/riscv/ |
H A D | iommu.c | 1011 struct device *dev, u64 fsc, u64 ta) in riscv_iommu_iodir_update() 1327 u64 fsc, ta; in riscv_iommu_attach_paging_domain() local
|
H A D | iommu-bits.h | 327 u64 fsc; member 426 u64 fsc; member
|
/linux/arch/arm64/mm/ |
H A D | fault.c | 352 unsigned long fsc = esr & ESR_ELx_FSC; in is_el1_mte_sync_tag_check_fault() local
|