Searched refs:sb1 (Results 1 – 2 of 2) sorted by relevance
| /fs/qnx6/ |
| A D | super_mmi.c | 39 struct qnx6_mmi_super_block *sb1, *sb2; in qnx6_mmi_fill_super() local 51 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; in qnx6_mmi_fill_super() 53 if (fs32_to_cpu(sbi, sb1->sb_magic) != QNX6_SUPER_MAGIC) { in qnx6_mmi_fill_super() 61 if (fs32_to_cpu(sbi, sb1->sb_checksum) != in qnx6_mmi_fill_super() 68 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + QNX6_SUPERBLOCK_AREA / in qnx6_mmi_fill_super() 69 fs32_to_cpu(sbi, sb1->sb_blocksize); in qnx6_mmi_fill_super() 72 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_mmi_fill_super() 81 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; in qnx6_mmi_fill_super() 109 if (fs64_to_cpu(sbi, sb1->sb_serial) > in qnx6_mmi_fill_super() 112 qnx6_mmi_copy_sb(qsb, sb1); in qnx6_mmi_fill_super()
|
| A D | inode.c | 294 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; in qnx6_fill_super() local 318 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super() 319 if (sb1) in qnx6_fill_super() 340 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super() 343 qnx6_superblock_debug(sb1, s); in qnx6_fill_super() 347 if (fs32_to_cpu(sbi, sb1->sb_checksum) != in qnx6_fill_super() 363 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super() 366 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + in qnx6_fill_super() 394 if (fs64_to_cpu(sbi, sb1->sb_serial) >= in qnx6_fill_super() 410 if (sb1->Inode.levels > QNX6_PTR_MAX_LEVELS) { in qnx6_fill_super() [all …]
|
Completed in 11 milliseconds