OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_bits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/daemons/cmirrord/
functions.c
75
dm_bitset_t
sync_bits
;
member in struct:log_c
262
/* Read disk bits into
sync_bits
*/
478
lc->
sync_bits
= dm_bitset_create(NULL, region_count);
479
if (!lc->
sync_bits
) {
485
dm_bit_set_all(lc->
sync_bits
);
524
if (lc->
sync_bits
)
525
free(lc->
sync_bits
);
646
free(lc->
sync_bits
);
753
LOG_ERROR("Error:: partial bit loading (just
sync_bits
)");
810
dm_bit_copy(lc->
sync_bits
, lc->clean_bits)
[
all
...]
cluster.c
101
char *
sync_bits
;
member in struct:checkpoint_data
389
"
sync_bits
",
390
&new->
sync_bits
, cp_requester);
392
LOG_ERROR("Failed to store
sync_bits
to checkpoint for node %u",
405
free(new->
sync_bits
);
425
free(cp->
sync_bits
);
485
* Add section for
sync_bits
487
section_id.idLen = snprintf(buf, 32, "
sync_bits
");
494
cp->
sync_bits
, cp->bitmap_size);
Completed in 23 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026