Searched refs:sb1 (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/qnx6/ |
H A D | super_mmi.c | 38 struct qnx6_mmi_super_block *sb1, *sb2; qnx6_mmi_fill_super() local 50 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; qnx6_mmi_fill_super() 52 if (fs32_to_cpu(sbi, sb1->sb_magic) != QNX6_SUPER_MAGIC) { qnx6_mmi_fill_super() 60 if (fs32_to_cpu(sbi, sb1->sb_checksum) != qnx6_mmi_fill_super() 67 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + QNX6_SUPERBLOCK_AREA / qnx6_mmi_fill_super() 68 fs32_to_cpu(sbi, sb1->sb_blocksize); qnx6_mmi_fill_super() 71 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { qnx6_mmi_fill_super() 80 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; qnx6_mmi_fill_super() 108 if (fs64_to_cpu(sbi, sb1->sb_serial) > qnx6_mmi_fill_super() 111 qnx6_mmi_copy_sb(qsb, sb1); qnx6_mmi_fill_super()
|
H A D | inode.c | 300 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; qnx6_fill_super() local 326 sb1 = qnx6_mmi_fill_super(s, silent); qnx6_fill_super() 327 if (sb1) qnx6_fill_super() 348 sb1 = (struct qnx6_super_block *)bh1->b_data; qnx6_fill_super() 351 qnx6_superblock_debug(sb1, s); qnx6_fill_super() 355 if (fs32_to_cpu(sbi, sb1->sb_checksum) != qnx6_fill_super() 362 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { qnx6_fill_super() 371 sb1 = (struct qnx6_super_block *)bh1->b_data; qnx6_fill_super() 374 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + qnx6_fill_super() 402 if (fs64_to_cpu(sbi, sb1->sb_serial) >= qnx6_fill_super() 418 if (sb1->Inode.levels > QNX6_PTR_MAX_LEVELS) { qnx6_fill_super() 420 QNX6_PTR_MAX_LEVELS, sb1->Inode.levels); qnx6_fill_super() 423 if (sb1->Longfile.levels > QNX6_PTR_MAX_LEVELS) { qnx6_fill_super() 425 QNX6_PTR_MAX_LEVELS, sb1->Longfile.levels); qnx6_fill_super() 435 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); qnx6_fill_super() 438 sbi->longfile = qnx6_private_inode(s, &sb1->Longfile); qnx6_fill_super()
|
/linux-4.1.27/arch/mips/oprofile/ |
H A D | op_model_mipsxx.c | 421 op_model_mipsxx_ops.cpu_type = "mips/sb1"; mipsxx_init()
|
/linux-4.1.27/arch/mips/ |
H A D | Makefile | 156 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-march=sb1,-march=r5000) \
|
/linux-4.1.27/drivers/md/ |
H A D | md.c | 820 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 842 *tmp1 = *sb1; sb_equal()
|
Completed in 360 milliseconds