Home
last modified time | relevance | path

Searched refs:sd_tune (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dsys.c630 sdp->sd_tune.gt_quota_scale_num, in quota_scale_show()
631 sdp->sd_tune.gt_quota_scale_den); in quota_scale_show()
637 struct gfs2_tune *gt = &sdp->sd_tune; in quota_scale_store()
656 struct gfs2_tune *gt = &sdp->sd_tune; in tune_set()
682 return snprintf(buf, PAGE_SIZE, "%u\n", sdp->sd_tune.gt_##name); \
689 return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len); \
H A Dutil.h227 gfs2_tune_get_i(&(sdp)->sd_tune, &(sdp)->sd_tune.field)
H A Dops_fstype.c88 gfs2_tune_init(&sdp->sd_tune); in init_sbd()
1197 sdp->sd_tune.gt_logd_secs = sdp->sd_args.ar_commit; in gfs2_fill_super()
1198 sdp->sd_tune.gt_quota_quantum = sdp->sd_args.ar_quota_quantum; in gfs2_fill_super()
1200 sdp->sd_tune.gt_statfs_slow = 0; in gfs2_fill_super()
1201 sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum; in gfs2_fill_super()
1203 sdp->sd_tune.gt_statfs_slow = 1; in gfs2_fill_super()
1204 sdp->sd_tune.gt_statfs_quantum = 30; in gfs2_fill_super()
1561 struct gfs2_tune *gt = &sdp->sd_tune; in gfs2_reconfigure()
H A Dsuper.c1094 spin_lock(&sdp->sd_tune.gt_spin); in gfs2_show_options()
1095 logd_secs = sdp->sd_tune.gt_logd_secs; in gfs2_show_options()
1096 quota_quantum = sdp->sd_tune.gt_quota_quantum; in gfs2_show_options()
1097 statfs_quantum = sdp->sd_tune.gt_statfs_quantum; in gfs2_show_options()
1098 statfs_slow = sdp->sd_tune.gt_statfs_slow; in gfs2_show_options()
1099 spin_unlock(&sdp->sd_tune.gt_spin); in gfs2_show_options()
H A Dquota.c1098 struct gfs2_tune *gt = &sdp->sd_tune; in need_sync()
1532 *timeo = gfs2_tune_get_i(&sdp->sd_tune, new_timeo) * HZ; in quotad_check_timeo()
1555 struct gfs2_tune *tune = &sdp->sd_tune; in gfs2_quotad()
H A Dincore.h711 struct gfs2_tune sd_tune; /* Filesystem tuning structure */ member