sd_args          2130 fs/gfs2/bmap.c 				 (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF ?
sd_args          1351 fs/gfs2/dir.c  		if (!sdp->sd_args.ar_loccookie)
sd_args          1400 fs/gfs2/dir.c  	if (*depth < GFS2_DIR_MAX_DEPTH || !sdp->sd_args.ar_loccookie) {
sd_args           717 fs/gfs2/incore.h 	struct gfs2_args sd_args;	/* Mount arguments */
sd_args           353 fs/gfs2/inode.c 	if (GFS2_SB(&dip->i_inode)->sd_args.ar_suiddir &&
sd_args            32 fs/gfs2/inode.h 	return sdp->sd_args.ar_data == GFS2_DATA_ORDERED;
sd_args            37 fs/gfs2/inode.h 	return sdp->sd_args.ar_data == GFS2_DATA_WRITEBACK;
sd_args           124 fs/gfs2/inode.h 	return sdp->sd_args.ar_localflocks;
sd_args           826 fs/gfs2/lock_dlm.c 	if (sdp->sd_args.ar_spectator)
sd_args           904 fs/gfs2/lock_dlm.c 		if (sdp->sd_args.ar_spectator) {
sd_args            80 fs/gfs2/lops.c 	if (sdp->sd_args.ar_discard)
sd_args           357 fs/gfs2/ops_fstype.c 	proto = sdp->sd_args.ar_lockproto;
sd_args           358 fs/gfs2/ops_fstype.c 	table = sdp->sd_args.ar_locktable;
sd_args           513 fs/gfs2/ops_fstype.c 	sb->s_root = dget(sdp->sd_args.ar_meta ? sdp->sd_master_dir : sdp->sd_root_dir);
sd_args           677 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_spectator) {
sd_args           732 fs/gfs2/ops_fstype.c 			if (sdp->sd_args.ar_spectator) {
sd_args           747 fs/gfs2/ops_fstype.c 	} else if (!sdp->sd_args.ar_spectator) {
sd_args           763 fs/gfs2/ops_fstype.c 	if (!sdp->sd_args.ar_spectator)
sd_args           766 fs/gfs2/ops_fstype.c 	if (!sdp->sd_args.ar_spectator)
sd_args           850 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_spectator)
sd_args           937 fs/gfs2/ops_fstype.c 	struct gfs2_args *args = &sdp->sd_args;
sd_args           945 fs/gfs2/ops_fstype.c 		sdp->sd_args.ar_localflocks = 1;
sd_args          1030 fs/gfs2/ops_fstype.c 	sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0);
sd_args          1055 fs/gfs2/ops_fstype.c 	sdp->sd_args = *args;
sd_args          1057 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_spectator) {
sd_args          1061 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_posix_acl)
sd_args          1063 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_nobarrier)
sd_args          1086 fs/gfs2/ops_fstype.c 	sdp->sd_tune.gt_logd_secs = sdp->sd_args.ar_commit;
sd_args          1087 fs/gfs2/ops_fstype.c 	sdp->sd_tune.gt_quota_quantum = sdp->sd_args.ar_quota_quantum;
sd_args          1088 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_statfs_quantum) {
sd_args          1090 fs/gfs2/ops_fstype.c 		sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum;
sd_args          1150 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_spectator)
sd_args          1450 fs/gfs2/ops_fstype.c 	struct gfs2_args *oldargs = &sdp->sd_args;
sd_args          1504 fs/gfs2/ops_fstype.c 	sdp->sd_args = *newargs;
sd_args          1506 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_posix_acl)
sd_args          1510 fs/gfs2/ops_fstype.c 	if (sdp->sd_args.ar_nobarrier)
sd_args          1550 fs/gfs2/ops_fstype.c 		*args = sdp->sd_args;
sd_args           537 fs/gfs2/quota.c 	if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF)
sd_args           566 fs/gfs2/quota.c 	if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF)
sd_args          1043 fs/gfs2/quota.c 	if (sdp->sd_args.ar_quota != GFS2_QUOTA_ON)
sd_args          1201 fs/gfs2/quota.c         if (sdp->sd_args.ar_quota != GFS2_QUOTA_ON)
sd_args          1255 fs/gfs2/quota.c 	if (sdp->sd_args.ar_quota != GFS2_QUOTA_ON ||
sd_args          1585 fs/gfs2/quota.c 	switch (sdp->sd_args.ar_quota) {
sd_args          1621 fs/gfs2/quota.c 	if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF)
sd_args          1662 fs/gfs2/quota.c 	if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF)
sd_args            48 fs/gfs2/quota.h 	    sdp->sd_args.ar_quota == GFS2_QUOTA_OFF)
sd_args            53 fs/gfs2/quota.h 	if (sdp->sd_args.ar_quota != GFS2_QUOTA_ON)
sd_args           307 fs/gfs2/recovery.c 	if (sdp->sd_args.ar_spectator)
sd_args          1227 fs/gfs2/rgrp.c 	else if (sdp->sd_args.ar_rgrplvb) {
sd_args          1277 fs/gfs2/rgrp.c 	if (gh->gh_flags & GL_SKIP && sdp->sd_args.ar_rgrplvb)
sd_args          1379 fs/gfs2/rgrp.c 	if (sdp->sd_args.ar_discard)
sd_args          1381 fs/gfs2/rgrp.c 	sdp->sd_args.ar_discard = 0;
sd_args          2049 fs/gfs2/rgrp.c 	if (sdp->sd_args.ar_rgrplvb)
sd_args          2091 fs/gfs2/rgrp.c 			if (sdp->sd_args.ar_rgrplvb) {
sd_args          2106 fs/gfs2/rgrp.c 		if (sdp->sd_args.ar_rgrplvb)
sd_args          2269 fs/gfs2/rgrp.c 	if (rgd->rd_sbd->sd_args.ar_rgrplvb) {
sd_args           249 fs/gfs2/super.c 	if (sdp->sd_args.ar_spectator) {
sd_args           298 fs/gfs2/super.c 	if (sdp->sd_args.ar_statfs_percent) {
sd_args           300 fs/gfs2/super.c 		y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent;
sd_args           678 fs/gfs2/super.c 	if (!sdp->sd_args.ar_spectator) {
sd_args          1044 fs/gfs2/super.c 	struct gfs2_args *args = &sdp->sd_args;
sd_args           403 fs/gfs2/sys.c  	if (sdp->sd_args.ar_spectator)
sd_args           437 fs/gfs2/sys.c  	if (sdp->sd_jdesc->jd_jid == jid && !sdp->sd_args.ar_spectator)
sd_args           441 fs/gfs2/sys.c  		if (jd->jd_jid != jid && !sdp->sd_args.ar_spectator)
sd_args           506 fs/gfs2/sys.c  	if (sdp->sd_args.ar_spectator && jid > 0)
sd_args           653 fs/gfs2/sys.c  	sprintf(spectator, "SPECTATOR=%d", sdp->sd_args.ar_spectator ? 1 : 0);
sd_args            43 fs/gfs2/util.c 	if (sdp->sd_args.ar_errors == GFS2_ERRORS_WITHDRAW &&
sd_args            58 fs/gfs2/util.c 	if (sdp->sd_args.ar_errors == GFS2_ERRORS_WITHDRAW) {
sd_args            60 fs/gfs2/util.c 		BUG_ON(sdp->sd_args.ar_debug);
sd_args            76 fs/gfs2/util.c 	if (sdp->sd_args.ar_errors == GFS2_ERRORS_PANIC)
sd_args           114 fs/gfs2/util.c 	if (sdp->sd_args.ar_errors == GFS2_ERRORS_WITHDRAW)
sd_args           118 fs/gfs2/util.c 	if (sdp->sd_args.ar_debug)
sd_args           123 fs/gfs2/util.c 	if (sdp->sd_args.ar_errors == GFS2_ERRORS_PANIC)