Lines Matching refs:sb1
299 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL;
325 sb1 = qnx6_mmi_fill_super(s, silent);
326 if (sb1)
347 sb1 = (struct qnx6_super_block *)bh1->b_data;
350 qnx6_superblock_debug(sb1, s);
354 if (fs32_to_cpu(sbi, sb1->sb_checksum) !=
361 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) {
370 sb1 = (struct qnx6_super_block *)bh1->b_data;
373 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) +
401 if (fs64_to_cpu(sbi, sb1->sb_serial) >=
417 if (sb1->Inode.levels > QNX6_PTR_MAX_LEVELS) {
419 QNX6_PTR_MAX_LEVELS, sb1->Inode.levels);
422 if (sb1->Longfile.levels > QNX6_PTR_MAX_LEVELS) {
424 QNX6_PTR_MAX_LEVELS, sb1->Longfile.levels);
436 sbi->inodes = qnx6_private_inode(s, &sb1->Inode);
439 sbi->longfile = qnx6_private_inode(s, &sb1->Longfile);