Home
last modified time | relevance | path

Searched full:last (Results 1 – 9 of 9) sorted by relevance

/littlefs-2.7.6/tests/
Dtest_superblocks.toml46 // one last check after power-cycle
82 // one last check after power-cycle
121 // one last check after power-cycle
Dtest_truncate.toml119 /* Chop off the last quarter */
/littlefs-2.7.6/bd/
Dlfs_testbd.c209 // sync to make sure we persist the last changes in lfs_testbd_prog()
256 // sync to make sure we persist the last changes in lfs_testbd_erase()
/littlefs-2.7.6/
D.travis.yml314 | sed -n '/^Link/{s/.*<\(.*\)>; rel="last"/\1/;p;q0};$q1' \
413 # only update if we were last job to mark in progress,
Dlfs.h135 LFS_F_WRITING = 0x020000, // File has been written since last flush
136 LFS_F_READING = 0x040000, // File has been read since last flush
DSPEC.md136 One last thing to note before we get into the details around tag encoding. Each
333 across a linked-list of metadata pairs rooted on the blocks 0 and 1. The last
745 Last but not least, the CRC tag marks the end of a commit and provides a
DREADME.md16 power is lost the filesystem will fall back to the last known good state.
DDESIGN.md184 4. Last but not least we have copy-on-write (COW) filesystems, such as
583 have to update the last block to point to our new block. This requires a COW
584 operation, which means we need to update the second-to-last block, and then the
585 third-to-last, and so on until we've copied out the entire file.
711 This last question is how do we store CTZ skip-lists? We need a pointer to the
1819 We have one last challenge: the move problem. Phrasing the problem is simple:
Dlfs.c492 // check if we have looked at all blocks since last ack in lfs_alloc()
1170 // are we last name? in lfs_dir_find()
1615 // commit tail, which may be new after last size check in lfs_dir_compact()
2271 // just copy out the last block if it is incomplete in lfs_ctz_extend()
4796 // find last block and update tail to thread into fs in lfs_migrate()