Lines Matching refs:sd_args
498 if (sdp->sd_args.ar_spectator) { in gfs2_statfs_init()
547 if (sdp->sd_args.ar_statfs_percent) { in gfs2_statfs_change()
549 y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent; in gfs2_statfs_change()
923 if (!sdp->sd_args.ar_spectator) { in gfs2_put_super()
1238 struct gfs2_args args = sdp->sd_args; /* Default to current settings */ in gfs2_remount_fs()
1257 if (strcmp(args.ar_lockproto, sdp->sd_args.ar_lockproto) || in gfs2_remount_fs()
1258 strcmp(args.ar_locktable, sdp->sd_args.ar_locktable) || in gfs2_remount_fs()
1259 strcmp(args.ar_hostdata, sdp->sd_args.ar_hostdata)) in gfs2_remount_fs()
1263 if (args_neq(&args, &sdp->sd_args, spectator) || in gfs2_remount_fs()
1264 args_neq(&args, &sdp->sd_args, localflocks) || in gfs2_remount_fs()
1265 args_neq(&args, &sdp->sd_args, meta)) in gfs2_remount_fs()
1268 if (sdp->sd_args.ar_spectator) in gfs2_remount_fs()
1280 sdp->sd_args = args; in gfs2_remount_fs()
1281 if (sdp->sd_args.ar_posix_acl) in gfs2_remount_fs()
1285 if (sdp->sd_args.ar_nobarrier) in gfs2_remount_fs()
1373 struct gfs2_args *args = &sdp->sd_args; in gfs2_show_options()