Searched full:head (Results 1 – 9 of 9) sorted by relevance
/littlefs-2.7.6/ |
D | lfs.c | 387 ctz->head = lfs_fromle32(ctz->head); in lfs_ctz_fromle32() 392 ctz->head = lfs_tole32(ctz->head); in lfs_ctz_tole32() 1554 // pointers if we relocate the head of a directory. On top of in lfs_dir_compact() 2045 dir->head[0] = dir->m.pair[0]; in lfs_dir_open() 2046 dir->head[1] = dir->m.pair[1]; in lfs_dir_open() 2129 // simply walk from head dir in lfs_dir_seek() 2141 dir->id = (off > 0 && lfs_pair_cmp(dir->head, lfs->root) == 0); in lfs_dir_seek() 2178 // reload the head dir in lfs_dir_rewind() 2179 int err = lfs_dir_fetch(lfs, &dir->m, dir->head); in lfs_dir_rewind() 2208 lfs_block_t head, lfs_size_t size, in lfs_ctz_find() argument [all …]
|
D | .travis.yml | 225 - cp -r $(git ls-tree --name-only HEAD) littlefs-fuse/littlefs 240 - cp -r $(git ls-tree --name-only HEAD) mount/littlefs 261 - cp -r $(git ls-tree --name-only HEAD) v2/littlefs 278 - cp -r $(git ls-tree --name-only HEAD) mount/littlefs 329 git branch v$LFS_VERSION_MAJOR HEAD 339 -p HEAD \ 347 PREV=$(git tag --sort=-v:refname -l "v*" | head -1)
|
D | SPEC.md | 490 are stored in a skip-list in reverse, with a pointer to the head of the 491 skip-list. Note that the head of the skip-list and the file size is enough 525 | | | | '-------------------- file head 534 1. **File head (32-bits)** - Pointer to the block that is the head of the
|
D | lfs.h | 325 lfs_block_t head[2]; member 336 lfs_block_t head; member
|
D | DESIGN.md | 712 head block, the size of the skip-list, the index of the head block, and our 713 offset in the head block. But it's worth noting that each size maps to a unique
|
/littlefs-2.7.6/tests/ |
D | test_evil.toml | 157 cfg.read(&cfg, ctz.head, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 161 cfg.erase(&cfg, ctz.head) => 0; 162 cfg.prog(&cfg, ctz.head, 0, bbuffer, LFS_BLOCK_SIZE) => 0;
|
D | test_alloc.toml | 356 // also save head of file so we can error during lookahead scan 357 lfs_block_t fileblock = file.ctz.head; 363 // but mark the head of our file as a "bad block", this is force our
|
D | test_relocations.toml | 68 [[case]] # outdated head test
|
/littlefs-2.7.6/scripts/ |
D | prefix.py | 34 'git', 'ls-tree', '-r', '--name-only', 'HEAD']).split()
|