Searched refs:sb2 (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/qnx6/
H A Dsuper_mmi.c38 struct qnx6_mmi_super_block *sb1, *sb2; qnx6_mmi_fill_super() local
88 sb2 = (struct qnx6_mmi_super_block *)bh2->b_data; qnx6_mmi_fill_super()
89 if (fs32_to_cpu(sbi, sb2->sb_magic) != QNX6_SUPER_MAGIC) { qnx6_mmi_fill_super()
96 if (fs32_to_cpu(sbi, sb2->sb_checksum) qnx6_mmi_fill_super()
109 fs64_to_cpu(sbi, sb2->sb_serial)) { qnx6_mmi_fill_super()
123 qnx6_mmi_copy_sb(qsb, sb2); qnx6_mmi_fill_super()
H A Dinode.c300 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; qnx6_fill_super() local
388 sb2 = (struct qnx6_super_block *)bh2->b_data; qnx6_fill_super()
389 if (fs32_to_cpu(sbi, sb2->sb_magic) != QNX6_SUPER_MAGIC) { qnx6_fill_super()
396 if (fs32_to_cpu(sbi, sb2->sb_checksum) != qnx6_fill_super()
403 fs64_to_cpu(sbi, sb2->sb_serial)) { qnx6_fill_super()
/linux-4.1.27/drivers/md/
H A Ddm-raid.c908 struct dm_raid_superblock *sb2; super_init_validation() local
998 sb2 = page_address(r->sb_page); rdev_for_each()
999 sb2->failed_devices = 0; rdev_for_each()
1005 role = le32_to_cpu(sb2->array_position); rdev_for_each()
H A Dmd.c820 static int uuid_equal(mdp_super_t *sb1, mdp_super_t *sb2) uuid_equal() argument
822 return sb1->set_uuid0 == sb2->set_uuid0 && uuid_equal()
823 sb1->set_uuid1 == sb2->set_uuid1 && uuid_equal()
824 sb1->set_uuid2 == sb2->set_uuid2 && uuid_equal()
825 sb1->set_uuid3 == sb2->set_uuid3; uuid_equal()
828 static int sb_equal(mdp_super_t *sb1, mdp_super_t *sb2) sb_equal() argument
843 *tmp2 = *sb2; sb_equal()

Completed in 172 milliseconds