Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dsys.c620 sdp->sd_tune.gt_quota_scale_num, in quota_scale_show()
621 sdp->sd_tune.gt_quota_scale_den); in quota_scale_show()
627 struct gfs2_tune *gt = &sdp->sd_tune; in quota_scale_store()
646 struct gfs2_tune *gt = &sdp->sd_tune; in tune_set()
672 return snprintf(buf, PAGE_SIZE, "%u\n", sdp->sd_tune.gt_##name); \
679 return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len); \
A Dutil.h227 gfs2_tune_get_i(&(sdp)->sd_tune, &(sdp)->sd_tune.field)
A Dops_fstype.c88 gfs2_tune_init(&sdp->sd_tune); in init_sbd()
1181 sdp->sd_tune.gt_logd_secs = sdp->sd_args.ar_commit; in gfs2_fill_super()
1182 sdp->sd_tune.gt_quota_quantum = sdp->sd_args.ar_quota_quantum; in gfs2_fill_super()
1184 sdp->sd_tune.gt_statfs_slow = 0; in gfs2_fill_super()
1185 sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum; in gfs2_fill_super()
1187 sdp->sd_tune.gt_statfs_slow = 1; in gfs2_fill_super()
1188 sdp->sd_tune.gt_statfs_quantum = 30; in gfs2_fill_super()
1543 struct gfs2_tune *gt = &sdp->sd_tune; in gfs2_reconfigure()
A Dsuper.c1033 val = sdp->sd_tune.gt_logd_secs; in gfs2_show_options()
1036 val = sdp->sd_tune.gt_statfs_quantum; in gfs2_show_options()
1039 else if (sdp->sd_tune.gt_statfs_slow) in gfs2_show_options()
1041 val = sdp->sd_tune.gt_quota_quantum; in gfs2_show_options()
A Dquota.c1085 struct gfs2_tune *gt = &sdp->sd_tune; in need_sync()
1502 *timeo = gfs2_tune_get_i(&sdp->sd_tune, new_timeo) * HZ; in quotad_check_timeo()
1544 struct gfs2_tune *tune = &sdp->sd_tune; in gfs2_quotad()
A Dincore.h713 struct gfs2_tune sd_tune; /* Filesystem tuning structure */ member

Completed in 19 milliseconds