Searched full:last (Results 1 – 9 of 9) sorted by relevance
46 // one last check after power-cycle82 // one last check after power-cycle121 // one last check after power-cycle
119 /* Chop off the last quarter */
209 // 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()
314 | sed -n '/^Link/{s/.*<\(.*\)>; rel="last"/\1/;p;q0};$q1' \413 # only update if we were last job to mark in progress,
135 LFS_F_WRITING = 0x020000, // File has been written since last flush136 LFS_F_READING = 0x040000, // File has been read since last flush
136 One last thing to note before we get into the details around tag encoding. Each333 across a linked-list of metadata pairs rooted on the blocks 0 and 1. The last745 Last but not least, the CRC tag marks the end of a commit and provides a
16 power is lost the filesystem will fall back to the last known good state.
184 4. Last but not least we have copy-on-write (COW) filesystems, such as583 have to update the last block to point to our new block. This requires a COW584 operation, which means we need to update the second-to-last block, and then the585 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 the1819 We have one last challenge: the move problem. Phrasing the problem is simple:
492 // 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()