Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dcluster.c435 SaCkptSectionCreationAttributesT section_attr; in export_checkpoint() local
489 section_attr.sectionId = &section_id; in export_checkpoint()
490 section_attr.expirationTime = SA_TIME_END; in export_checkpoint()
493 rv = saCkptSectionCreate(h, &section_attr, in export_checkpoint()
519 section_attr.sectionId = &section_id; in export_checkpoint()
520 section_attr.expirationTime = SA_TIME_END; in export_checkpoint()
523 rv = saCkptSectionCreate(h, &section_attr, cp->clean_bits, cp->bitmap_size); in export_checkpoint()
548 section_attr.sectionId = &section_id; in export_checkpoint()
549 section_attr.expirationTime = SA_TIME_END; in export_checkpoint()
552 rv = saCkptSectionCreate(h, &section_attr, cp->recovering_region, in export_checkpoint()