Home
last modified time | relevance | path

Searched defs:lfs1_disk_superblock (Results 1 – 1 of 1) sorted by relevance

/third_party/littlefs/
Dlfs.c4710 struct lfs1_disk_superblock { struct
4711 uint8_t type;
4712 uint8_t elen;
4713 uint8_t alen;
4714 uint8_t nlen;
4715 lfs_block_t root[2];
4716 uint32_t block_size;
4717 uint32_t block_count;
4718 uint32_t version;
4719 char magic[8];