Searched refs:fspt (Results 1 – 1 of 1) sorted by relevance
585 struct fs *fspt; in remountfs() local673 fspt = (struct fs *)tpt->b_un.b_addr; in remountfs()674 if (((fspt->fs_magic != FS_MAGIC) && in remountfs()675 (fspt->fs_magic != MTB_UFS_MAGIC)) || in remountfs()676 (fspt->fs_magic == FS_MAGIC && in remountfs()677 (fspt->fs_version != UFS_EFISTYLE4NONEFI_VERSION_2 && in remountfs()678 fspt->fs_version != UFS_VERSION_MIN)) || in remountfs()679 (fspt->fs_magic == MTB_UFS_MAGIC && in remountfs()680 (fspt->fs_version > MTB_UFS_VERSION_1 || in remountfs()681 fspt->fs_version < MTB_UFS_VERSION_MIN)) || in remountfs()[all …]