Home
last modified time | relevance | path

Searched refs:ext2_disk_superblock (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/fs/ext2/
Dext2_disk_access.c117 static int disk_access_read_superblock(struct ext2_data *fs, struct ext2_disk_superblock *sb) in disk_access_read_superblock()
123 rc = disk_prepare_range(disk, EXT2_SUPERBLOCK_OFFSET, sizeof(struct ext2_disk_superblock), in disk_access_read_superblock()
Dext2_struct.h15 struct ext2_disk_superblock { struct
223 int (*read_superblock)(struct ext2_data *fs, struct ext2_disk_superblock *sb);
DKconfig54 of struct ext2_disk_superblock in bytes.
Dext2_impl.h83 int ext2_verify_disk_superblock(struct ext2_disk_superblock *sb);
Dext2_diskops.c32 static void fill_sblock(struct ext2_superblock *sb, struct ext2_disk_superblock *disk_sb) in fill_sblock()
59 static void fill_disk_sblock(struct ext2_disk_superblock *disk_sb, struct ext2_superblock *sb) in fill_disk_sblock()
217 struct ext2_disk_superblock *disk_sb = in ext2_fetch_superblock()
218 (struct ext2_disk_superblock *)(b->data + sblock_offset); in ext2_fetch_superblock()
776 struct ext2_disk_superblock *disk_sb = in ext2_commit_superblock()
777 (struct ext2_disk_superblock *)(b->data + sblock_offset); in ext2_commit_superblock()
Dext2_format.c209 struct ext2_disk_superblock *sb = in ext2_format()
210 (struct ext2_disk_superblock *)((uint8_t *)sb_block->data + sb_offset); in ext2_format()
Dext2_ops.c366 static struct ext2_disk_superblock __aligned(CONFIG_EXT2_SUPERBLOCK_ALIGNMENT) superblock;
Dext2_impl.c233 int ext2_verify_disk_superblock(struct ext2_disk_superblock *sb) in ext2_verify_disk_superblock()