Searched refs:sd_tune (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/gfs2/ |
D | sys.c | 550 sdp->sd_tune.gt_quota_scale_num, in quota_scale_show() 551 sdp->sd_tune.gt_quota_scale_den); in quota_scale_show() 557 struct gfs2_tune *gt = &sdp->sd_tune; in quota_scale_store() 576 struct gfs2_tune *gt = &sdp->sd_tune; in tune_set() 602 return snprintf(buf, PAGE_SIZE, "%u\n", sdp->sd_tune.gt_##name); \ 609 return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len); \
|
D | util.h | 168 gfs2_tune_get_i(&(sdp)->sd_tune, &(sdp)->sd_tune.field)
|
D | ops_fstype.c | 88 gfs2_tune_init(&sdp->sd_tune); in init_sbd() 1086 sdp->sd_tune.gt_logd_secs = sdp->sd_args.ar_commit; in gfs2_fill_super() 1087 sdp->sd_tune.gt_quota_quantum = sdp->sd_args.ar_quota_quantum; in gfs2_fill_super() 1089 sdp->sd_tune.gt_statfs_slow = 0; in gfs2_fill_super() 1090 sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum; in gfs2_fill_super() 1092 sdp->sd_tune.gt_statfs_slow = 1; in gfs2_fill_super() 1093 sdp->sd_tune.gt_statfs_quantum = 30; in gfs2_fill_super() 1452 struct gfs2_tune *gt = &sdp->sd_tune; in gfs2_reconfigure()
|
D | super.c | 1100 val = sdp->sd_tune.gt_logd_secs; in gfs2_show_options() 1103 val = sdp->sd_tune.gt_statfs_quantum; in gfs2_show_options() 1106 else if (sdp->sd_tune.gt_statfs_slow) in gfs2_show_options() 1108 val = sdp->sd_tune.gt_quota_quantum; in gfs2_show_options()
|
D | quota.c | 1075 struct gfs2_tune *gt = &sdp->sd_tune; in need_sync() 1493 *timeo = gfs2_tune_get_i(&sdp->sd_tune, new_timeo) * HZ; in quotad_check_timeo() 1535 struct gfs2_tune *tune = &sdp->sd_tune; in gfs2_quotad()
|
D | incore.h | 718 struct gfs2_tune sd_tune; /* Filesystem tuning structure */ member
|