Searched refs:sb1 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.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 | 297 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; in qnx6_fill_super() local 321 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super() 322 if (sb1) in qnx6_fill_super() 343 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super() 346 qnx6_superblock_debug(sb1, s); in qnx6_fill_super() 350 if (fs32_to_cpu(sbi, sb1->sb_checksum) != in qnx6_fill_super() 357 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_fill_super() 366 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super() 369 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + in qnx6_fill_super() 397 if (fs64_to_cpu(sbi, sb1->sb_serial) >= in qnx6_fill_super() [all …]
|
/linux-6.12.1/arch/mips/mm/ |
D | Makefile | 38 obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | reg_bounds.c | 1572 DEFINE_STRBUF(sb1, 256); in gen_vals() 1576 sb1->pos = sb2->pos = 0; in gen_vals() 1577 snprintf_num(U64, sb1, ctx->uvals[i]); in gen_vals() 1579 printf("SEED #%d: u64=%-20s s64=%-20s\n", i, sb1->buf, sb2->buf); in gen_vals() 1604 DEFINE_STRBUF(sb1, 256); in gen_vals() 1608 sb1->pos = sb2->pos = 0; in gen_vals() 1609 snprintf_num(U32, sb1, ctx->usubvals[i]); in gen_vals() 1611 printf("SUBSEED #%d: u32=%-10s s32=%-10s\n", i, sb1->buf, sb2->buf); in gen_vals() 1624 DEFINE_STRBUF(sb1, 256); in gen_ranges() 1627 sb1->pos = sb2->pos = 0; in gen_ranges() [all …]
|
/linux-6.12.1/arch/mips/ |
D | Makefile | 173 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-march=sb1,-march=mips64) \
|
/linux-6.12.1/drivers/md/ |
D | md.c | 1050 static int md_uuid_equal(mdp_super_t *sb1, mdp_super_t *sb2) in md_uuid_equal() argument 1052 return sb1->set_uuid0 == sb2->set_uuid0 && in md_uuid_equal() 1053 sb1->set_uuid1 == sb2->set_uuid1 && in md_uuid_equal() 1054 sb1->set_uuid2 == sb2->set_uuid2 && in md_uuid_equal() 1055 sb1->set_uuid3 == sb2->set_uuid3; in md_uuid_equal() 1058 static int md_sb_equal(mdp_super_t *sb1, mdp_super_t *sb2) in md_sb_equal() argument 1071 *tmp1 = *sb1; in md_sb_equal()
|