Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Dsys.c552 sdp->sd_tune.gt_quota_scale_num, in quota_scale_show()
553 sdp->sd_tune.gt_quota_scale_den); in quota_scale_show()
559 struct gfs2_tune *gt = &sdp->sd_tune; in quota_scale_store()
578 struct gfs2_tune *gt = &sdp->sd_tune; in tune_set()
604 return snprintf(buf, PAGE_SIZE, "%u\n", sdp->sd_tune.gt_##name); \
611 return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len); \
Dutil.h171 gfs2_tune_get_i(&(sdp)->sd_tune, &(sdp)->sd_tune.field)
Dops_fstype.c84 gfs2_tune_init(&sdp->sd_tune); in init_sbd()
1077 sdp->sd_tune.gt_logd_secs = sdp->sd_args.ar_commit; in fill_super()
1078 sdp->sd_tune.gt_quota_quantum = sdp->sd_args.ar_quota_quantum; in fill_super()
1080 sdp->sd_tune.gt_statfs_slow = 0; in fill_super()
1081 sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum; in fill_super()
1083 sdp->sd_tune.gt_statfs_slow = 1; in fill_super()
1084 sdp->sd_tune.gt_statfs_quantum = 30; in fill_super()
Dsuper.c1239 struct gfs2_tune *gt = &sdp->sd_tune; in gfs2_remount_fs()
1429 val = sdp->sd_tune.gt_logd_secs; in gfs2_show_options()
1432 val = sdp->sd_tune.gt_statfs_quantum; in gfs2_show_options()
1435 else if (sdp->sd_tune.gt_statfs_slow) in gfs2_show_options()
1437 val = sdp->sd_tune.gt_quota_quantum; in gfs2_show_options()
Dquota.c1078 struct gfs2_tune *gt = &sdp->sd_tune; in need_sync()
1496 *timeo = gfs2_tune_get_i(&sdp->sd_tune, new_timeo) * HZ; in quotad_check_timeo()
1538 struct gfs2_tune *tune = &sdp->sd_tune; in gfs2_quotad()
Dincore.h722 struct gfs2_tune sd_tune; /* Filesystem tuning structure */ member