Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
DSPEC.md353 superblock type and an inline-struct tag. The name tag contains the magic
363 ^ ^ ^ ^- size (8) ^- magic string ("littlefs")
Dlfs.c4725 char magic[8]; member
5039 if (err || memcmp(superblock.d.magic, "littlefs", 8) != 0) {