Lines Matching refs:gt
1216 struct gfs2_tune *gt = &sdp->sd_tune; in gfs2_remount_fs() local
1221 spin_lock(>->gt_spin); in gfs2_remount_fs()
1222 args.ar_commit = gt->gt_logd_secs; in gfs2_remount_fs()
1223 args.ar_quota_quantum = gt->gt_quota_quantum; in gfs2_remount_fs()
1224 if (gt->gt_statfs_slow) in gfs2_remount_fs()
1227 args.ar_statfs_quantum = gt->gt_statfs_quantum; in gfs2_remount_fs()
1228 spin_unlock(>->gt_spin); in gfs2_remount_fs()
1266 spin_lock(>->gt_spin); in gfs2_remount_fs()
1267 gt->gt_logd_secs = args.ar_commit; in gfs2_remount_fs()
1268 gt->gt_quota_quantum = args.ar_quota_quantum; in gfs2_remount_fs()
1270 gt->gt_statfs_slow = 0; in gfs2_remount_fs()
1271 gt->gt_statfs_quantum = args.ar_statfs_quantum; in gfs2_remount_fs()
1274 gt->gt_statfs_slow = 1; in gfs2_remount_fs()
1275 gt->gt_statfs_quantum = 30; in gfs2_remount_fs()
1277 spin_unlock(>->gt_spin); in gfs2_remount_fs()