Searched refs:bbmlog_length (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/raid/ |
H A D | md_ddf.c | 259 …"BBM Log %u:%u\n", GET32(meta, hdr->bbmlog_section), GET32(meta, hdr->bbmlog_length)); in g_raid_md_ddf_print() 619 SET32(meta, hdr->bbmlog_length, in ddf_meta_create() 620 howmany(GET32(sample, hdr->bbmlog_length) * in ddf_meta_create() 623 howmany(GET32(sample, hdr->bbmlog_length) * in ddf_meta_create() 626 howmany(GET32(sample, hdr->bbmlog_length) * in ddf_meta_create() 658 SET32(meta, hdr->bbmlog_length, 0); in ddf_meta_create() 674 GET32(meta, hdr->bbmlog_length) != 0 ? pos : 0xffffffff); in ddf_meta_create() 675 pos += GET32(meta, hdr->bbmlog_length); in ddf_meta_create() 747 if (GET32(meta, hdr->bbmlog_length) != 0) { in ddf_meta_create() 748 size = GET32(meta, hdr->bbmlog_length) * ss; in ddf_meta_create() [all …]
|
H A D | md_ddf.h | 79 uint32_t bbmlog_length; /* BBM_Log_Section_Length */ member
|