Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 2 of 2) sorted by relevance

/littlefs-3.7.0-3.6.0/
DSPEC.md394 superblock type and an inline-struct tag. The name tag contains the magic
404 ^ ^ ^ ^- size (8) ^- magic string ("littlefs")
Dlfs.c5170 char magic[8]; member
5484 if (err || memcmp(superblock.d.magic, "littlefs", 8) != 0) {