mopt               89 fs/ocfs2/super.c 			       struct mount_options *mopt,
mopt              852 fs/ocfs2/super.c 					struct mount_options *mopt)
mopt              854 fs/ocfs2/super.c 	if (!ocfs2_userspace_stack(osb) && mopt->cluster_stack[0]) {
mopt              862 fs/ocfs2/super.c 	    strncmp(osb->osb_cluster_stack, mopt->cluster_stack,
mopt              867 fs/ocfs2/super.c 		     mopt->cluster_stack,
mopt             1240 fs/ocfs2/super.c 			       struct mount_options *mopt,
mopt             1251 fs/ocfs2/super.c 	mopt->commit_interval = 0;
mopt             1252 fs/ocfs2/super.c 	mopt->mount_opt = OCFS2_MOUNT_NOINTR;
mopt             1253 fs/ocfs2/super.c 	mopt->atime_quantum = OCFS2_DEFAULT_ATIME_QUANTUM;
mopt             1254 fs/ocfs2/super.c 	mopt->slot = OCFS2_INVALID_SLOT;
mopt             1255 fs/ocfs2/super.c 	mopt->localalloc_opt = -1;
mopt             1256 fs/ocfs2/super.c 	mopt->cluster_stack[0] = '\0';
mopt             1257 fs/ocfs2/super.c 	mopt->resv_level = OCFS2_DEFAULT_RESV_LEVEL;
mopt             1258 fs/ocfs2/super.c 	mopt->dir_resv_level = -1;
mopt             1272 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_HB_LOCAL;
mopt             1275 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_HB_NONE;
mopt             1278 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_HB_GLOBAL;
mopt             1286 fs/ocfs2/super.c 				mopt->mount_opt |= OCFS2_MOUNT_BARRIER;
mopt             1288 fs/ocfs2/super.c 				mopt->mount_opt &= ~OCFS2_MOUNT_BARRIER;
mopt             1291 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR;
mopt             1294 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_NOINTR;
mopt             1297 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_CONT;
mopt             1298 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_ROFS;
mopt             1299 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_ERRORS_PANIC;
mopt             1302 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_CONT;
mopt             1303 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC;
mopt             1304 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_ERRORS_ROFS;
mopt             1307 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_ROFS;
mopt             1308 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC;
mopt             1309 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_ERRORS_CONT;
mopt             1312 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_DATA_WRITEBACK;
mopt             1315 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_DATA_WRITEBACK;
mopt             1318 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_NOUSERXATTR;
mopt             1321 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_NOUSERXATTR;
mopt             1329 fs/ocfs2/super.c 				mopt->atime_quantum = option;
mopt             1337 fs/ocfs2/super.c 				mopt->slot = (s16)option;
mopt             1348 fs/ocfs2/super.c 			mopt->commit_interval = HZ * option;
mopt             1356 fs/ocfs2/super.c 				mopt->localalloc_opt = option;
mopt             1370 fs/ocfs2/super.c 				mopt->mount_opt |= OCFS2_MOUNT_LOCALFLOCKS;
mopt             1387 fs/ocfs2/super.c 			memcpy(mopt->cluster_stack, args[0].from,
mopt             1389 fs/ocfs2/super.c 			mopt->cluster_stack[OCFS2_STACK_LABEL_LEN] = '\0';
mopt             1395 fs/ocfs2/super.c 			if (memcmp(mopt->cluster_stack,
mopt             1401 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_INODE64;
mopt             1404 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_USRQUOTA;
mopt             1407 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_GRPQUOTA;
mopt             1410 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_COHERENCY_BUFFERED;
mopt             1413 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_COHERENCY_BUFFERED;
mopt             1416 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_POSIX_ACL;
mopt             1417 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_NO_POSIX_ACL;
mopt             1420 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_NO_POSIX_ACL;
mopt             1421 fs/ocfs2/super.c 			mopt->mount_opt &= ~OCFS2_MOUNT_POSIX_ACL;
mopt             1432 fs/ocfs2/super.c 				mopt->resv_level = option;
mopt             1443 fs/ocfs2/super.c 				mopt->dir_resv_level = option;
mopt             1446 fs/ocfs2/super.c 			mopt->mount_opt |= OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT;
mopt             1459 fs/ocfs2/super.c 		tmp = mopt->mount_opt & (OCFS2_MOUNT_HB_LOCAL |