Lines Matching refs:remount
80 int gfs2_mount_args(struct gfs2_sbd *sdp, char *data_arg, int remount) in gfs2_mount_args() argument
87 if (!remount) { in gfs2_mount_args()
113 if (remount && strcmp(v, args->ar_lockproto)) { in gfs2_mount_args()
130 if (remount && strcmp(v, args->ar_locktable)) { in gfs2_mount_args()
147 if (remount && strcmp(v, args->ar_hostdata)) { in gfs2_mount_args()
157 if (remount && !args->ar_spectator) in gfs2_mount_args()
163 if (remount && !args->ar_ignore_local_fs) in gfs2_mount_args()
168 if (remount && !args->ar_localflocks) in gfs2_mount_args()
173 if (remount && !args->ar_localcaching) in gfs2_mount_args()
184 if (remount && !args->ar_upgrade) in gfs2_mount_args()
218 if (remount && args->ar_meta != 1) in gfs2_mount_args()