OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_checkpointed_blocks
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/vndcompress/
vndcompress.c
78
uint32_t
n_checkpointed_blocks
;
member in struct:compress_state
329
assert(S->
n_checkpointed_blocks
<= MAX_N_BLOCKS);
336
((uint64_t)S->
n_checkpointed_blocks
* (uint64_t)S->blocksize));
552
S->
n_checkpointed_blocks
= 0;
748
S->
n_checkpointed_blocks
= blkno;
858
(S->
n_checkpointed_blocks
== 0? OFFTAB_CHECKPOINT_SYNC : 0));
869
if (S->
n_checkpointed_blocks
== 0) {
895
S->
n_checkpointed_blocks
= S->blkno;
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025