Home
last modified time | relevance | path

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

/third_party/littlefs/
Dlfs.c5156 struct lfs1_disk_superblock { struct
5157 uint8_t type;
5158 uint8_t elen;
5159 uint8_t alen;
5160 uint8_t nlen;
5161 lfs_block_t root[2];
5162 uint32_t block_size;
5163 uint32_t block_count;
5164 uint32_t version;
5165 char magic[8];