new_mount_opt 1313 fs/ufs/super.c unsigned new_mount_opt, ufstype; new_mount_opt 1328 fs/ufs/super.c new_mount_opt = 0; new_mount_opt 1329 fs/ufs/super.c ufs_set_opt (new_mount_opt, ONERROR_LOCK); new_mount_opt 1330 fs/ufs/super.c if (!ufs_parse_options (data, &new_mount_opt)) { new_mount_opt 1334 fs/ufs/super.c if (!(new_mount_opt & UFS_MOUNT_UFSTYPE)) { new_mount_opt 1335 fs/ufs/super.c new_mount_opt |= ufstype; new_mount_opt 1336 fs/ufs/super.c } else if ((new_mount_opt & UFS_MOUNT_UFSTYPE) != ufstype) { new_mount_opt 1343 fs/ufs/super.c UFS_SB(sb)->s_mount_opt = new_mount_opt; new_mount_opt 1387 fs/ufs/super.c UFS_SB(sb)->s_mount_opt = new_mount_opt;