Home
last modified time | relevance | path

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

/linux-4.1.27/fs/qnx6/
Dsuper_mmi.c38 struct qnx6_mmi_super_block *sb1, *sb2; in qnx6_mmi_fill_super() local
50 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; in qnx6_mmi_fill_super()
52 if (fs32_to_cpu(sbi, sb1->sb_magic) != QNX6_SUPER_MAGIC) { in qnx6_mmi_fill_super()
60 if (fs32_to_cpu(sbi, sb1->sb_checksum) != in qnx6_mmi_fill_super()
67 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + QNX6_SUPERBLOCK_AREA / in qnx6_mmi_fill_super()
68 fs32_to_cpu(sbi, sb1->sb_blocksize); in qnx6_mmi_fill_super()
71 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_mmi_fill_super()
80 sb1 = (struct qnx6_mmi_super_block *)bh1->b_data; in qnx6_mmi_fill_super()
108 if (fs64_to_cpu(sbi, sb1->sb_serial) > in qnx6_mmi_fill_super()
111 qnx6_mmi_copy_sb(qsb, sb1); in qnx6_mmi_fill_super()
Dinode.c300 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; in qnx6_fill_super() local
326 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super()
327 if (sb1) in qnx6_fill_super()
348 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super()
351 qnx6_superblock_debug(sb1, s); in qnx6_fill_super()
355 if (fs32_to_cpu(sbi, sb1->sb_checksum) != in qnx6_fill_super()
362 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_fill_super()
371 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super()
374 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + in qnx6_fill_super()
402 if (fs64_to_cpu(sbi, sb1->sb_serial) >= in qnx6_fill_super()
[all …]
/linux-4.1.27/arch/mips/mm/
DMakefile23 obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o
/linux-4.1.27/Documentation/sound/oss/
DIntroduction265 sb.o could be copied (or symlinked) to sb1.o for the
269 sound1 or sb1. This second entry should refer to the
270 new module names for example sb1, and should include
/linux-4.1.27/arch/mips/
DMakefile156 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-march=sb1,-march=r5000) \
/linux-4.1.27/drivers/md/
Dmd.c820 static int uuid_equal(mdp_super_t *sb1, mdp_super_t *sb2) in uuid_equal() argument
822 return sb1->set_uuid0 == sb2->set_uuid0 && in uuid_equal()
823 sb1->set_uuid1 == sb2->set_uuid1 && in uuid_equal()
824 sb1->set_uuid2 == sb2->set_uuid2 && in uuid_equal()
825 sb1->set_uuid3 == sb2->set_uuid3; in uuid_equal()
828 static int sb_equal(mdp_super_t *sb1, mdp_super_t *sb2) in sb_equal() argument
842 *tmp1 = *sb1; in sb_equal()