Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
Dlfs.c4337 lfs_block_t tortoise[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; local
4342 if (lfs_pair_issync(dir.tail, tortoise)) {
4348 tortoise[0] = dir.tail[0];
4349 tortoise[1] = dir.tail[1];
4561 lfs_block_t tortoise[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; local
4566 if (lfs_pair_issync(dir.tail, tortoise)) {
4571 tortoise[0] = dir.tail[0];
4572 tortoise[1] = dir.tail[1];
4655 lfs_block_t tortoise[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; local
4660 if (lfs_pair_issync(pdir->tail, tortoise)) {
[all …]