sd_tune           718 fs/gfs2/incore.h 	struct gfs2_tune sd_tune;	/* Filesystem tuning structure */
sd_tune            88 fs/gfs2/ops_fstype.c 	gfs2_tune_init(&sdp->sd_tune);
sd_tune          1086 fs/gfs2/ops_fstype.c 	sdp->sd_tune.gt_logd_secs = sdp->sd_args.ar_commit;
sd_tune          1087 fs/gfs2/ops_fstype.c 	sdp->sd_tune.gt_quota_quantum = sdp->sd_args.ar_quota_quantum;
sd_tune          1089 fs/gfs2/ops_fstype.c 		sdp->sd_tune.gt_statfs_slow = 0;
sd_tune          1090 fs/gfs2/ops_fstype.c 		sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum;
sd_tune          1092 fs/gfs2/ops_fstype.c 		sdp->sd_tune.gt_statfs_slow = 1;
sd_tune          1093 fs/gfs2/ops_fstype.c 		sdp->sd_tune.gt_statfs_quantum = 30;
sd_tune          1452 fs/gfs2/ops_fstype.c 	struct gfs2_tune *gt = &sdp->sd_tune;
sd_tune          1074 fs/gfs2/quota.c 	struct gfs2_tune *gt = &sdp->sd_tune;
sd_tune          1492 fs/gfs2/quota.c 		*timeo = gfs2_tune_get_i(&sdp->sd_tune, new_timeo) * HZ;
sd_tune          1534 fs/gfs2/quota.c 	struct gfs2_tune *tune = &sdp->sd_tune;
sd_tune          1100 fs/gfs2/super.c 	val = sdp->sd_tune.gt_logd_secs;
sd_tune          1103 fs/gfs2/super.c 	val = sdp->sd_tune.gt_statfs_quantum;
sd_tune          1106 fs/gfs2/super.c 	else if (sdp->sd_tune.gt_statfs_slow)
sd_tune          1108 fs/gfs2/super.c 	val = sdp->sd_tune.gt_quota_quantum;
sd_tune           550 fs/gfs2/sys.c  			sdp->sd_tune.gt_quota_scale_num,
sd_tune           551 fs/gfs2/sys.c  			sdp->sd_tune.gt_quota_scale_den);
sd_tune           557 fs/gfs2/sys.c  	struct gfs2_tune *gt = &sdp->sd_tune;
sd_tune           576 fs/gfs2/sys.c  	struct gfs2_tune *gt = &sdp->sd_tune;
sd_tune           602 fs/gfs2/sys.c  	return snprintf(buf, PAGE_SIZE, "%u\n", sdp->sd_tune.gt_##name);      \
sd_tune           609 fs/gfs2/sys.c  	return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len);  \
sd_tune           168 fs/gfs2/util.h gfs2_tune_get_i(&(sdp)->sd_tune, &(sdp)->sd_tune.field)