Home
last modified time | relevance | path

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

/third_party/littlefs/
Dlfs.c4324 struct lfs1_disk_superblock { struct
4325 uint8_t type;
4326 uint8_t elen;
4327 uint8_t alen;
4328 uint8_t nlen;
4329 lfs_block_t root[2];
4330 uint32_t block_size;
4331 uint32_t block_count;
4332 uint32_t version;
4333 char magic[8];