oldargs          1450 fs/gfs2/ops_fstype.c 	struct gfs2_args *oldargs = &sdp->sd_args;
oldargs          1458 fs/gfs2/ops_fstype.c 	oldargs->ar_commit = gt->gt_logd_secs;
oldargs          1459 fs/gfs2/ops_fstype.c 	oldargs->ar_quota_quantum = gt->gt_quota_quantum;
oldargs          1461 fs/gfs2/ops_fstype.c 		oldargs->ar_statfs_quantum = 0;
oldargs          1463 fs/gfs2/ops_fstype.c 		oldargs->ar_statfs_quantum = gt->gt_statfs_quantum;
oldargs          1466 fs/gfs2/ops_fstype.c 	if (strcmp(newargs->ar_lockproto, oldargs->ar_lockproto)) {
oldargs          1470 fs/gfs2/ops_fstype.c 	if (strcmp(newargs->ar_locktable, oldargs->ar_locktable)) {
oldargs          1474 fs/gfs2/ops_fstype.c 	if (strcmp(newargs->ar_hostdata, oldargs->ar_hostdata)) {
oldargs          1478 fs/gfs2/ops_fstype.c 	if (newargs->ar_spectator != oldargs->ar_spectator) {
oldargs          1482 fs/gfs2/ops_fstype.c 	if (newargs->ar_localflocks != oldargs->ar_localflocks) {
oldargs          1486 fs/gfs2/ops_fstype.c 	if (newargs->ar_meta != oldargs->ar_meta) {
oldargs          1490 fs/gfs2/ops_fstype.c 	if (oldargs->ar_spectator)