Searched refs:sb1 (Results 1 - 6 of 6) sorted by last modified time

/linux-master/fs/qnx6/
H A Dinode.c297 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; local
321 sb1 = qnx6_mmi_fill_super(s, silent);
322 if (sb1)
343 sb1 = (struct qnx6_super_block *)bh1->b_data;
346 qnx6_superblock_debug(sb1, s);
350 if (fs32_to_cpu(sbi, sb1->sb_checksum) !=
357 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) {
366 sb1 = (struct qnx6_super_block *)bh1->b_data;
369 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) +
397 if (fs64_to_cpu(sbi, sb1
[all...]
H A Dsuper_mmi.c39 struct qnx6_mmi_super_block *sb1, *sb2; local
51 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data;
53 if (fs32_to_cpu(sbi, sb1->sb_magic) != QNX6_SUPER_MAGIC) {
61 if (fs32_to_cpu(sbi, sb1->sb_checksum) !=
68 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + QNX6_SUPERBLOCK_AREA /
69 fs32_to_cpu(sbi, sb1->sb_blocksize);
72 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) {
81 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data;
109 if (fs64_to_cpu(sbi, sb1->sb_serial) >
112 qnx6_mmi_copy_sb(qsb, sb1);
[all...]
/linux-master/drivers/md/
H A Dmd.c1125 static int md_uuid_equal(mdp_super_t *sb1, mdp_super_t *sb2) argument
1127 return sb1->set_uuid0 == sb2->set_uuid0 &&
1128 sb1->set_uuid1 == sb2->set_uuid1 &&
1129 sb1->set_uuid2 == sb2->set_uuid2 &&
1130 sb1->set_uuid3 == sb2->set_uuid3;
1133 static int md_sb_equal(mdp_super_t *sb1, mdp_super_t *sb2) argument
1146 *tmp1 = *sb1;
/linux-master/arch/mips/
H A DMakefile173 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-march=sb1,-march=mips64r1) \
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1559 DEFINE_STRBUF(sb1, 256);
1563 sb1->pos = sb2->pos = 0;
1564 snprintf_num(U64, sb1, ctx->uvals[i]);
1566 printf("SEED #%d: u64=%-20s s64=%-20s\n", i, sb1->buf, sb2->buf);
1591 DEFINE_STRBUF(sb1, 256);
1595 sb1->pos = sb2->pos = 0;
1596 snprintf_num(U32, sb1, ctx->usubvals[i]);
1598 printf("SUBSEED #%d: u32=%-10s s32=%-10s\n", i, sb1->buf, sb2->buf);
1611 DEFINE_STRBUF(sb1, 256);
1614 sb1
[all...]
/linux-master/arch/mips/mm/
H A DMakefile38 obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o

Completed in 211 milliseconds