FS_UFS1_MAGIC
#define DIP(field) fs->fs_magic == FS_UFS1_MAGIC ? dp1.field : dp2.field
fs->fs_magic == FS_UFS1_MAGIC
fs->fs_magic == FS_UFS1_MAGIC ||
if (fs->fs_magic == FS_UFS1_MAGIC)
if (fs->fs_magic == FS_UFS1_MAGIC)
if (fs->fs_magic == FS_UFS1_MAGIC && fs->fs_fsize > 0 &&
if (fs->fs_magic == FS_UFS1_MAGIC && fs->fs_fsize > 0) {
if (ip->i_fs->fs_magic == FS_UFS1_MAGIC)
sblock.fs_magic = FS_UFS1_MAGIC;
if (sblock.fs_magic == FS_UFS1_MAGIC) {
(((ip)->i_fs->fs_magic == FS_UFS1_MAGIC) ? \