Searched refs:sb1 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/qnx6/ |
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()
|
D | inode.c | 299 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; in qnx6_fill_super() local 325 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super() 326 if (sb1) in qnx6_fill_super() 347 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super() 350 qnx6_superblock_debug(sb1, s); in qnx6_fill_super() 354 if (fs32_to_cpu(sbi, sb1->sb_checksum) != in qnx6_fill_super() 361 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_fill_super() 370 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super() 373 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + in qnx6_fill_super() 401 if (fs64_to_cpu(sbi, sb1->sb_serial) >= in qnx6_fill_super() [all …]
|
/Linux-v6.1/arch/mips/mm/ |
D | Makefile | 38 obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o
|
/Linux-v6.1/arch/mips/ |
D | Makefile | 180 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-march=sb1,-march=r5000) \
|
/Linux-v6.1/drivers/md/ |
D | md.c | 1012 static int md_uuid_equal(mdp_super_t *sb1, mdp_super_t *sb2) in md_uuid_equal() argument 1014 return sb1->set_uuid0 == sb2->set_uuid0 && in md_uuid_equal() 1015 sb1->set_uuid1 == sb2->set_uuid1 && in md_uuid_equal() 1016 sb1->set_uuid2 == sb2->set_uuid2 && in md_uuid_equal() 1017 sb1->set_uuid3 == sb2->set_uuid3; in md_uuid_equal() 1020 static int md_sb_equal(mdp_super_t *sb1, mdp_super_t *sb2) in md_sb_equal() argument 1033 *tmp1 = *sb1; in md_sb_equal()
|