Lines Matching refs:mount_options
382 static int ufs_parse_options (char * options, unsigned * mount_options)
400 ufs_clear_opt (*mount_options, UFSTYPE);
401 ufs_set_opt (*mount_options, UFSTYPE_OLD);
404 ufs_clear_opt (*mount_options, UFSTYPE);
405 ufs_set_opt (*mount_options, UFSTYPE_SUNx86);
408 ufs_clear_opt (*mount_options, UFSTYPE);
409 ufs_set_opt (*mount_options, UFSTYPE_SUN);
412 ufs_clear_opt(*mount_options, UFSTYPE);
413 ufs_set_opt(*mount_options, UFSTYPE_SUNOS);
416 ufs_clear_opt (*mount_options, UFSTYPE);
417 ufs_set_opt (*mount_options, UFSTYPE_44BSD);
420 ufs_clear_opt(*mount_options, UFSTYPE);
421 ufs_set_opt(*mount_options, UFSTYPE_UFS2);
424 ufs_clear_opt (*mount_options, UFSTYPE);
425 ufs_set_opt (*mount_options, UFSTYPE_HP);
428 ufs_clear_opt (*mount_options, UFSTYPE);
429 ufs_set_opt (*mount_options, UFSTYPE_NEXTSTEP_CD);
432 ufs_clear_opt (*mount_options, UFSTYPE);
433 ufs_set_opt (*mount_options, UFSTYPE_NEXTSTEP);
436 ufs_clear_opt (*mount_options, UFSTYPE);
437 ufs_set_opt (*mount_options, UFSTYPE_OPENSTEP);
440 ufs_clear_opt (*mount_options, ONERROR);
441 ufs_set_opt (*mount_options, ONERROR_PANIC);
444 ufs_clear_opt (*mount_options, ONERROR);
445 ufs_set_opt (*mount_options, ONERROR_LOCK);
448 ufs_clear_opt (*mount_options, ONERROR);
449 ufs_set_opt (*mount_options, ONERROR_UMOUNT);
453 ufs_clear_opt (*mount_options, ONERROR);
454 ufs_set_opt (*mount_options, ONERROR_REPAIR);