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/include/linux/fs/
H A Dsuper.h202 static inline bool sb_same_encoding(const struct super_block *sb1, in sb_same_encoding() argument
205 if (sb1->s_encoding == sb2->s_encoding) in sb_same_encoding()
208 return (sb1->s_encoding && sb2->s_encoding && in sb_same_encoding()
209 (sb1->s_encoding->version == sb2->s_encoding->version) && in sb_same_encoding()
210 (sb1->s_encoding_flags == sb2->s_encoding_flags)); in sb_same_encoding()
218 static inline bool sb_same_encoding(const struct super_block *sb1, in sb_same_encoding() argument
/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.c1586 DEFINE_STRBUF(sb1, 256); in gen_vals()
1590 sb1->pos = sb2->pos = 0; in gen_vals()
1591 snprintf_num(U64, sb1, ctx->uvals[i]); in gen_vals()
1593 printf("SEED #%d: u64=%-20s s64=%-20s\n", i, sb1->buf, sb2->buf); in gen_vals()
1618 DEFINE_STRBUF(sb1, 256); in gen_vals()
1622 sb1->pos = sb2->pos = 0; in gen_vals()
1623 snprintf_num(U32, sb1, ctx->usubvals[i]); in gen_vals()
1625 printf("SUBSEED #%d: u32=%-10s s32=%-10s\n", i, sb1->buf, sb2->buf); in gen_vals()
1638 DEFINE_STRBUF(sb1, 256); in gen_ranges()
1641 sb1 in gen_ranges()
[all...]