Home
last modified time | relevance | path

Searched refs:sb2 (Results 1 – 2 of 2) sorted by relevance

/fs/qnx6/
Dsuper_mmi.c39 struct qnx6_mmi_super_block *sb1, *sb2; in qnx6_mmi_fill_super() local
89 sb2 = (struct qnx6_mmi_super_block *)bh2->b_data; in qnx6_mmi_fill_super()
90 if (fs32_to_cpu(sbi, sb2->sb_magic) != QNX6_SUPER_MAGIC) { in qnx6_mmi_fill_super()
97 if (fs32_to_cpu(sbi, sb2->sb_checksum) in qnx6_mmi_fill_super()
110 fs64_to_cpu(sbi, sb2->sb_serial)) { in qnx6_mmi_fill_super()
124 qnx6_mmi_copy_sb(qsb, sb2); in qnx6_mmi_fill_super()
Dinode.c299 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; in qnx6_fill_super() local
387 sb2 = (struct qnx6_super_block *)bh2->b_data; in qnx6_fill_super()
388 if (fs32_to_cpu(sbi, sb2->sb_magic) != QNX6_SUPER_MAGIC) { in qnx6_fill_super()
395 if (fs32_to_cpu(sbi, sb2->sb_checksum) != in qnx6_fill_super()
402 fs64_to_cpu(sbi, sb2->sb_serial)) { in qnx6_fill_super()