Home
last modified time | relevance | path

Searched refs:sb1 (Results 1 – 5 of 5) sorted by relevance

/linux/fs/qnx6/
H A Dsuper_mmi.c39 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()
H A Dinode.c294 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()
354 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { 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()
[all …]
/linux/arch/mips/mm/
H A DMakefile38 obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1572 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/arch/mips/
H A DMakefile173 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-march=sb1,-march=mips64) \