Home
last modified time | relevance | path

Searched refs:fsc (Results 1 – 25 of 35) sorted by relevance

12

/linux-5.19.10/fs/xfs/scrub/
Dfscounters.c116 struct xchk_fscounters *fsc; in xchk_setup_fscounters() local
122 fsc = sc->buf; in xchk_setup_fscounters()
124 xfs_icount_range(sc->mp, &fsc->icount_min, &fsc->icount_max); in xchk_setup_fscounters()
145 struct xchk_fscounters *fsc, in xchk_fscount_btreeblks() argument
158 fsc->fdblocks += blocks - 1; in xchk_fscount_btreeblks()
163 fsc->fdblocks += blocks - 1; in xchk_fscount_btreeblks()
179 struct xchk_fscounters *fsc) in xchk_fscount_aggregate_agcounts() argument
189 fsc->icount = 0; in xchk_fscount_aggregate_agcounts()
190 fsc->ifree = 0; in xchk_fscount_aggregate_agcounts()
191 fsc->fdblocks = 0; in xchk_fscount_aggregate_agcounts()
[all …]
/linux-5.19.10/fs/ceph/
Ddebugfs.c28 struct ceph_fs_client *fsc = s->private; in mdsmap_show() local
31 if (!fsc->mdsc || !fsc->mdsc->mdsmap) in mdsmap_show()
33 mdsmap = fsc->mdsc->mdsmap; in mdsmap_show()
54 struct ceph_fs_client *fsc = s->private; in mdsc_show() local
55 struct ceph_mds_client *mdsc = fsc->mdsc; in mdsc_show()
151 struct ceph_fs_client *fsc = s->private; in metrics_file_show() local
152 struct ceph_client_metric *m = &fsc->mdsc->metric; in metrics_file_show()
175 struct ceph_fs_client *fsc = s->private; in metrics_latency_show() local
176 struct ceph_client_metric *cm = &fsc->mdsc->metric; in metrics_latency_show()
201 struct ceph_fs_client *fsc = s->private; in metrics_size_show() local
[all …]
Dsuper.c46 struct ceph_fs_client *fsc = ceph_sb_to_client(s); in ceph_put_super() local
49 ceph_mdsc_close_sessions(fsc->mdsc); in ceph_put_super()
54 struct ceph_fs_client *fsc = ceph_inode_to_client(d_inode(dentry)); in ceph_statfs() local
55 struct ceph_mon_client *monc = &fsc->client->monc; in ceph_statfs()
60 if (fsc->mdsc->mdsmap->m_num_data_pg_pools == 1) { in ceph_statfs()
61 data_pool = fsc->mdsc->mdsmap->m_data_pg_pools[0]; in ceph_statfs()
91 if (ceph_test_mount_opt(fsc, NOQUOTADF) || in ceph_statfs()
92 !ceph_quota_update_statfs(fsc, buf)) { in ceph_statfs()
117 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_sync_fs() local
121 ceph_flush_dirty_caps(fsc->mdsc); in ceph_sync_fs()
[all …]
Dcache.c18 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fscache_register_inode_cookie() local
21 if (!fsc->fscache) in ceph_fscache_register_inode_cookie()
35 fscache_acquire_cookie(fsc->fscache, 0, in ceph_fscache_register_inode_cookie()
84 int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc) in ceph_fscache_register_fs() argument
86 const struct ceph_fsid *fsid = &fsc->client->fsid; in ceph_fscache_register_fs()
87 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs()
97 fsc->fscache = fscache_acquire_volume(name, NULL, NULL, 0); in ceph_fscache_register_fs()
98 if (IS_ERR_OR_NULL(fsc->fscache)) { in ceph_fscache_register_fs()
100 err = fsc->fscache ? PTR_ERR(fsc->fscache) : -EOPNOTSUPP; in ceph_fscache_register_fs()
101 fsc->fscache = NULL; in ceph_fscache_register_fs()
[all …]
Daddr.c205 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_netfs_clamp_length() local
213 subreq->len = min(xlen, fsc->mount_options->rsize); in ceph_netfs_clamp_length()
219 struct ceph_fs_client *fsc = ceph_inode_to_client(req->r_inode); in finish_netfs_read() local
225 ceph_update_read_metrics(&fsc->mdsc->metric, req->r_start_latency, in finish_netfs_read()
235 fsc->blocklisted = true; in finish_netfs_read()
307 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_netfs_issue_read() local
320 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, vino, subreq->start, &len, in ceph_netfs_issue_read()
322 CEPH_OSD_FLAG_READ | fsc->client->osdc.client->options->read_from_replica, in ceph_netfs_issue_read()
556 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepage_nounlock() local
562 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock()
[all …]
Dcache.h17 int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc);
18 void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc);
79 static inline int ceph_fscache_register_fs(struct ceph_fs_client* fsc, in ceph_fscache_register_fs() argument
85 static inline void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) in ceph_fscache_unregister_fs() argument
Dfile.c361 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_open() local
362 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_open()
727 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_atomic_open() local
728 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_atomic_open()
732 bool try_async = ceph_test_mount_opt(fsc, ASYNC_DIROPS); in ceph_atomic_open()
912 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_read() local
913 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_sync_read()
972 ceph_update_read_metrics(&fsc->mdsc->metric, in ceph_sync_read()
1014 fsc->blocklisted = true; in ceph_sync_read()
1252 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write() local
[all …]
Dmds_client.c766 ceph_con_init(&s->s_con, s, &mds_con_ops, &mdsc->fsc->client->msgr); in register_session()
1089 if (!dir || dir->i_sb != mdsc->fsc->sb) { in __choose_mds()
1298 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg()
1299 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg()
1646 struct ceph_fs_client *fsc = session->s_mdsc->fsc; in remove_session_caps() local
1647 struct super_block *sb = fsc->sb; in remove_session_caps()
1651 ceph_iterate_session_caps(session, remove_session_caps_cb, fsc); in remove_session_caps()
1653 wake_up_all(&fsc->mdsc->cap_flushing_wq); in remove_session_caps()
2022 struct ceph_osd_client *osdc = &mdsc->fsc->client->osdc; in ceph_send_cap_releases()
2130 if (queue_work(mdsc->fsc->cap_wq, in ceph_flush_cap_releases()
[all …]
Dsuper.h50 #define ceph_set_mount_opt(fsc, opt) \ argument
51 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt
52 #define ceph_clear_mount_opt(fsc, opt) \ argument
53 (fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt
54 #define ceph_test_mount_opt(fsc, opt) \ argument
55 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt))
1041 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_inode_is_shutdown() local
1042 int state = READ_ONCE(fsc->mount_state); in ceph_inode_is_shutdown()
1327 extern bool ceph_quota_update_statfs(struct ceph_fs_client *fsc,
Ddir.c310 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir() local
311 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_readdir()
348 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()
349 !ceph_test_mount_opt(fsc, NOASYNCREADDIR) && in ceph_readdir()
682 struct ceph_fs_client *fsc = ceph_sb_to_client(dentry->d_sb); in ceph_handle_snapdir() local
687 strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
750 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_lookup() local
771 fsc->mount_options->snapdir_name, in ceph_lookup()
774 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()
1148 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); in ceph_unlink() local
[all …]
Dquota.c44 struct super_block *sb = mdsc->fsc->sb; in ceph_handle_quota()
478 bool ceph_quota_update_statfs(struct ceph_fs_client *fsc, struct kstatfs *buf) in ceph_quota_update_statfs() argument
480 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_quota_update_statfs()
488 realm = get_quota_realm(mdsc, d_inode(fsc->sb->s_root), in ceph_quota_update_statfs()
Dxattr.c60 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_layout() local
61 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout()
164 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_layout_pool() local
165 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout_pool()
316 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_cluster_fsid() local
318 return ceph_fmt_xattr(val, size, "%pU", &fsc->client->fsid); in ceph_vxattrcb_cluster_fsid()
324 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in ceph_vxattrcb_client_id() local
327 ceph_client_gid(fsc->client)); in ceph_vxattrcb_client_id()
1064 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_sync_setxattr() local
1067 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_sync_setxattr()
[all …]
Dmds_client.h381 struct ceph_fs_client *fsc; member
493 extern int ceph_mdsc_init(struct ceph_fs_client *fsc);
496 extern void ceph_mdsc_destroy(struct ceph_fs_client *fsc);
Dexport.c440 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in __get_snap_name() local
450 strcpy(name, fsc->mount_options->snapdir_name); in __get_snap_name()
463 req = ceph_mdsc_create_request(fsc->mdsc, CEPH_MDS_OP_LSSNAP, in __get_snap_name()
488 err = ceph_mdsc_do_request(fsc->mdsc, NULL, req); in __get_snap_name()
Dcaps.c406 void ceph_reservation_status(struct ceph_fs_client *fsc, in ceph_reservation_status() argument
410 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_reservation_status()
492 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts()
922 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->netfs.inode.i_sb); in __ceph_caps_issued_mask_metric() local
927 ceph_update_cap_hit(&fsc->mdsc->metric); in __ceph_caps_issued_mask_metric()
929 ceph_update_cap_mis(&fsc->mdsc->metric); in __ceph_caps_issued_mask_metric()
1181 struct ceph_fs_client *fsc; in ceph_remove_cap() local
1191 fsc = ceph_inode_to_client(&ci->netfs.inode); in ceph_remove_cap()
1194 !fsc->blocklisted && in ceph_remove_cap()
1231 struct ceph_osd_client *osdc = &arg->session->s_mdsc->fsc->client->osdc; in encode_cap_msg()
[all …]
Dinode.c1283 struct ceph_fs_client *fsc = ceph_sb_to_client(sb); in ceph_fill_trace() local
1390 fsc->mount_options->snapdir_name, in ceph_fill_trace()
1843 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_queue_inode_work() local
1848 if (queue_work(fsc->inode_wq, &ci->i_work)) { in ceph_queue_inode_work()
2233 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_setattr() local
2247 attr->ia_size > max(i_size_read(inode), fsc->max_file_size)) in ceph_setattr()
2293 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in __ceph_do_getattr() local
2294 struct ceph_mds_client *mdsc = fsc->mdsc; in __ceph_do_getattr()
2338 struct ceph_fs_client *fsc = ceph_sb_to_client(inode->i_sb); in ceph_do_getvxattr() local
2339 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_do_getvxattr()
/linux-5.19.10/fs/fuse/
Dinode.c142 static int fuse_reconfigure(struct fs_context *fsc) in fuse_reconfigure() argument
144 struct super_block *sb = fsc->root->d_sb; in fuse_reconfigure()
147 if (fsc->sb_flags & SB_MANDLOCK) in fuse_reconfigure()
661 static int fuse_parse_param(struct fs_context *fsc, struct fs_parameter *param) in fuse_parse_param() argument
664 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_parse_param()
667 if (fsc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in fuse_parse_param()
672 if (fsc->oldapi) in fuse_parse_param()
675 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param()
678 opt = fs_parse(fsc, fuse_fs_parameters, param, &result); in fuse_parse_param()
684 if (fsc->source) in fuse_parse_param()
[all …]
Dvirtio_fs.c110 static int virtio_fs_parse_param(struct fs_context *fsc, in virtio_fs_parse_param() argument
114 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_parse_param()
117 opt = fs_parse(fsc, virtio_fs_parameters, param, &result); in virtio_fs_parse_param()
135 static void virtio_fs_free_fsc(struct fs_context *fsc) in virtio_fs_free_fsc() argument
137 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_free_fsc()
1294 static int virtio_fs_fill_super(struct super_block *sb, struct fs_context *fsc) in virtio_fs_fill_super() argument
1299 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_fill_super()
1406 struct fs_context *fsc) in virtio_fs_test_super() argument
1408 struct fuse_mount *fsc_fm = fsc->s_fs_info; in virtio_fs_test_super()
1414 static int virtio_fs_get_tree(struct fs_context *fsc) in virtio_fs_get_tree() argument
[all …]
Dcontrol.c314 static int fuse_ctl_fill_super(struct super_block *sb, struct fs_context *fsc) in fuse_ctl_fill_super() argument
340 static int fuse_ctl_get_tree(struct fs_context *fsc) in fuse_ctl_get_tree() argument
342 return get_tree_single(fsc, fuse_ctl_fill_super); in fuse_ctl_get_tree()
349 static int fuse_ctl_init_fs_context(struct fs_context *fsc) in fuse_ctl_init_fs_context() argument
351 fsc->ops = &fuse_ctl_context_ops; in fuse_ctl_init_fs_context()
Ddir.c314 struct fs_context *fsc; in fuse_dentry_automount() local
318 fsc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in fuse_dentry_automount()
319 if (IS_ERR(fsc)) in fuse_dentry_automount()
320 return ERR_CAST(fsc); in fuse_dentry_automount()
323 fsc->fs_private = mp_fi; in fuse_dentry_automount()
326 mnt = fc_mount(fsc); in fuse_dentry_automount()
330 put_fs_context(fsc); in fuse_dentry_automount()
/linux-5.19.10/net/sched/
Dsch_hfsc.c890 hfsc_change_fsc(struct hfsc_class *cl, struct tc_service_curve *fsc) in hfsc_change_fsc() argument
892 sc2isc(fsc, &cl->cl_fsc); in hfsc_change_fsc()
922 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_change_class() local
941 fsc = nla_data(tb[TCA_HFSC_FSC]); in hfsc_change_class()
942 if (fsc->m1 == 0 && fsc->m2 == 0) in hfsc_change_class()
943 fsc = NULL; in hfsc_change_class()
979 if (fsc != NULL) in hfsc_change_class()
980 hfsc_change_fsc(cl, fsc); in hfsc_change_class()
1021 if (rsc == NULL && fsc == NULL) in hfsc_change_class()
1046 if (fsc != NULL) in hfsc_change_class()
[all …]
/linux-5.19.10/drivers/scsi/esas2r/
Desas2r_flash.c851 struct esas2r_ioctlfs_command *fsc = &fs->command; in esas2r_process_fs_ioctl() local
863 if (fsc->command >= cmdcnt) { in esas2r_process_fs_ioctl()
868 func = cmd_to_fls_func[fsc->command]; in esas2r_process_fs_ioctl()
874 if (fsc->command != ESAS2R_FS_CMD_CANCEL) { in esas2r_process_fs_ioctl()
900 datalen = le32_to_cpu(fsc->length); in esas2r_process_fs_ioctl()
904 fsc->checksum, in esas2r_process_fs_ioctl()
905 le32_to_cpu(fsc->flash_addr), in esas2r_process_fs_ioctl()
/linux-5.19.10/drivers/net/fddi/skfp/
Dsmt.c84 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc);
941 smt_fill_fsc(smc,&nif->fsc) ; /* set frame status cap. */ in smt_send_nif()
1443 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc) in smt_fill_fsc() argument
1446 SMTSETPARA(fsc,SMT_P_FSC) ; in smt_fill_fsc()
1447 fsc->fsc_pad0 = 0 ; in smt_fill_fsc()
1448 fsc->fsc_mac_index = INDEX_MAC ; /* this is MIB ; MIB is NOT in smt_fill_fsc()
1451 fsc->fsc_pad1 = 0 ; in smt_fill_fsc()
1452 fsc->fsc_value = FSC_TYPE0 ; /* "normal" node */ in smt_fill_fsc()
1454 fsc->fsc_mac_index = smt_swap_short(INDEX_MAC) ; in smt_fill_fsc()
1455 fsc->fsc_value = smt_swap_short(FSC_TYPE0) ; in smt_fill_fsc()
/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-av-core.c447 int fsc, pll; in cx18_av_std_setup() local
463 fsc = tmp >> 13; in cx18_av_std_setup()
466 fsc / 1000000, fsc % 1000000); in cx18_av_std_setup()
/linux-5.19.10/fs/cifs/
Dfs_context.h227 bool fsc:1; /* enable fscache */ member

12