Lines Matching refs:sd_args
488 if (sdp->sd_args.ar_spectator) { in gfs2_statfs_init()
537 if (sdp->sd_args.ar_statfs_percent) { in gfs2_statfs_change()
539 y = m_sc->sc_free * sdp->sd_args.ar_statfs_percent; in gfs2_statfs_change()
907 if (!sdp->sd_args.ar_spectator) { in gfs2_put_super()
1215 struct gfs2_args args = sdp->sd_args; /* Default to current settings */ in gfs2_remount_fs()
1234 if (strcmp(args.ar_lockproto, sdp->sd_args.ar_lockproto) || in gfs2_remount_fs()
1235 strcmp(args.ar_locktable, sdp->sd_args.ar_locktable) || in gfs2_remount_fs()
1236 strcmp(args.ar_hostdata, sdp->sd_args.ar_hostdata)) in gfs2_remount_fs()
1240 if (args_neq(&args, &sdp->sd_args, spectator) || in gfs2_remount_fs()
1241 args_neq(&args, &sdp->sd_args, localflocks) || in gfs2_remount_fs()
1242 args_neq(&args, &sdp->sd_args, meta)) in gfs2_remount_fs()
1245 if (sdp->sd_args.ar_spectator) in gfs2_remount_fs()
1257 sdp->sd_args = args; in gfs2_remount_fs()
1258 if (sdp->sd_args.ar_posix_acl) in gfs2_remount_fs()
1262 if (sdp->sd_args.ar_nobarrier) in gfs2_remount_fs()
1331 struct gfs2_args *args = &sdp->sd_args; in gfs2_show_options()