newargs          1451 fs/gfs2/ops_fstype.c 	struct gfs2_args *newargs = fc->fs_private;
newargs          1466 fs/gfs2/ops_fstype.c 	if (strcmp(newargs->ar_lockproto, oldargs->ar_lockproto)) {
newargs          1470 fs/gfs2/ops_fstype.c 	if (strcmp(newargs->ar_locktable, oldargs->ar_locktable)) {
newargs          1474 fs/gfs2/ops_fstype.c 	if (strcmp(newargs->ar_hostdata, oldargs->ar_hostdata)) {
newargs          1478 fs/gfs2/ops_fstype.c 	if (newargs->ar_spectator != oldargs->ar_spectator) {
newargs          1482 fs/gfs2/ops_fstype.c 	if (newargs->ar_localflocks != oldargs->ar_localflocks) {
newargs          1486 fs/gfs2/ops_fstype.c 	if (newargs->ar_meta != oldargs->ar_meta) {
newargs          1504 fs/gfs2/ops_fstype.c 	sdp->sd_args = *newargs;
newargs          1515 fs/gfs2/ops_fstype.c 	gt->gt_logd_secs = newargs->ar_commit;
newargs          1516 fs/gfs2/ops_fstype.c 	gt->gt_quota_quantum = newargs->ar_quota_quantum;
newargs          1517 fs/gfs2/ops_fstype.c 	if (newargs->ar_statfs_quantum) {
newargs          1519 fs/gfs2/ops_fstype.c 		gt->gt_statfs_quantum = newargs->ar_statfs_quantum;