Home
last modified time | relevance | path

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

/linux-3.4.99/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()
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()
110 if (fs64_to_cpu(sbi, sb1->sb_serial) > in qnx6_mmi_fill_super()
113 qnx6_mmi_copy_sb(qsb, sb1); in qnx6_mmi_fill_super()
Dinode.c315 struct qnx6_super_block *sb1 = NULL, *sb2 = NULL; in qnx6_fill_super() local
341 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super()
342 if (sb1) in qnx6_fill_super()
363 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super()
366 qnx6_superblock_debug(sb1, s); in qnx6_fill_super()
370 if (fs32_to_cpu(sbi, sb1->sb_checksum) != in qnx6_fill_super()
377 if (!sb_set_blocksize(s, fs32_to_cpu(sbi, sb1->sb_blocksize))) { in qnx6_fill_super()
386 sb1 = (struct qnx6_super_block *)bh1->b_data; in qnx6_fill_super()
389 offset = fs32_to_cpu(sbi, sb1->sb_num_blocks) + in qnx6_fill_super()
418 if (fs64_to_cpu(sbi, sb1->sb_serial) >= in qnx6_fill_super()
[all …]
/linux-3.4.99/drivers/staging/comedi/drivers/
Dc6xdigio.c74 unsigned sb1:2; member
85 unsigned sb1:3; member
173 WriteByteToHwPort(baseAddr, ppcmd + pwm.bits.sb1 + 0x4); in C6X_pwmOutput()
243 enc.bits.sb1 = ((ReadByteFromHwPort(baseAddr + 1) >> 3) & 0x7); in C6X_encInput()
/linux-3.4.99/arch/mips/mm/
DMakefile28 obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o
/linux-3.4.99/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-3.4.99/arch/mips/
DMakefile150 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-march=sb1,-march=r5000) \
/linux-3.4.99/drivers/md/
Dmd.c931 static int uuid_equal(mdp_super_t *sb1, mdp_super_t *sb2) in uuid_equal() argument
933 return sb1->set_uuid0 == sb2->set_uuid0 && in uuid_equal()
934 sb1->set_uuid1 == sb2->set_uuid1 && in uuid_equal()
935 sb1->set_uuid2 == sb2->set_uuid2 && in uuid_equal()
936 sb1->set_uuid3 == sb2->set_uuid3; in uuid_equal()
939 static int sb_equal(mdp_super_t *sb1, mdp_super_t *sb2) in sb_equal() argument
953 *tmp1 = *sb1; in sb_equal()