Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0009-linux-syslinux-implement-install_bootblock.patch28 + perror("reading superblock");
34 + "no ext2/3/4 superblock found on %s\n", device);
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch121 - uint16_t s_block_group_nr; /* block group # of this superblock */
135 - uint8_t s_journal_uuid[16]; /* uuid of journal superblock */
408 -/* Assume that user mode programs are passing in an ext2fs superblock, not
922 - __u16 s_block_group_nr; /* block group # of this superblock */
940 - __u8 s_journal_uuid[16]; /* uuid of journal superblock */
989 - __u32 s_checksum; /* crc32c(superblock) */
1150 - * into the block number saved in the s_mmp_block field in the superblock.
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch222 - /* Patch this into a fake FAT superblock. This isn't because
410 + /* Patch this into a fake FAT superblock. This isn't because
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c271 int superblock = REISERFS_DISK_OFFSET_IN_BYTES >> SECTOR_BITS; in reiserfs_mount() local
274 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount()
275 || ! reiserfs_devread (superblock, 0, sizeof (struct reiserfs_super_block), in reiserfs_mount()
285 superblock = REISERFS_OLD_DISK_OFFSET_IN_BYTES >> SECTOR_BITS; in reiserfs_mount()
286 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount()
287 || ! reiserfs_devread (superblock, 0, sizeof (struct reiserfs_super_block), in reiserfs_mount()
341 block_read (superblock >> INFO->blocksize_shift, in reiserfs_mount()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_verity.bbclass10 # the original image without an explicit superblock to keep things simple and
103 '--no-superblock',