Searched refs:root (Results 1 – 8 of 8) sorted by relevance
/littlefs-latest/ |
D | lfs.c | 1497 dir->tail[0] = lfs->root[0]; in lfs_dir_find() 1498 dir->tail[1] = lfs->root[1]; in lfs_dir_find() 1912 if (lfs_pair_cmp(dir->pair, lfs->root) == 0 && split == 0) { in lfs_dir_split() 1913 lfs->root[0] = tail.pair[0]; in lfs_dir_split() 1914 lfs->root[1] = tail.pair[1]; in lfs_dir_split() 2398 if (lfs_pair_cmp(d->m.tail, lfs->root) != 0) { in lfs_dir_relocatingcommit() 2486 if (lfs_pair_cmp(lpair, lfs->root) == 0) { in lfs_dir_orphaningcommit() 2487 lfs->root[0] = ldir.pair[0]; in lfs_dir_orphaningcommit() 2488 lfs->root[1] = ldir.pair[1]; in lfs_dir_orphaningcommit() 2740 pair[0] = lfs->root[0]; in lfs_dir_open_() [all …]
|
D | DESIGN.md | 84 | root | 152 | root |-->| | |-> | | 189 reach the root of our filesystem, which is often stored in a very small log. 193 | root | write |new root| 222 reached the root, an update can cascade into a larger set of writes than 262 root 864 |root| 879 | A | |root| C | B | | D | | E | | 909 | A | |root| C | B | | D | | E | | 997 |root| [all …]
|
D | SPEC.md | 375 metadata pair doubles as the root directory of the filesystem. 386 superblock pairs root directory 389 The filesystem starts with only the root directory. The superblock metadata 390 pairs grow every time the root pair is compacted in order to prolong the
|
D | lfs.h | 439 lfs_block_t root[2]; member
|
D | README.md | 153 root
|
/littlefs-latest/tests/ |
D | test_superblocks.toml | 388 lfs_mdir_t root = { 409 lfs_dir_commit(&lfs, &root, LFS_MKATTRS(
|
D | test_paths.toml | 3014 # root dot dot path test 4607 # root operations 4624 // create root, this should error 4633 // stat root 4638 // file open root, only works on files! 4649 // dir open root, only works on dirs! 4654 // rename root, this should error 4663 // stat root 4668 // remove root, this should error 4671 // stat root [all …]
|
D | test_evil.toml | 267 // change tail-pointer to point to root
|