Searched refs:bbmlog_section (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/raid/ |
H A D | md_ddf.h | 78 uint32_t bbmlog_section; /* BBM_Log_Section */ member
|
H A D | md_ddf.c | 259 …printf("BBM Log %u:%u\n", GET32(meta, hdr->bbmlog_section), GET32(meta, hdr->bbmlog_l… in g_raid_md_ddf_print() 673 SET32(meta, hdr->bbmlog_section, in ddf_meta_create() 1146 if ((val = GET32(meta, hdr->bbmlog_section)) != 0xffffffff) in ddf_meta_read() 1252 if (GET32(meta, hdr->bbmlog_section) != 0xffffffff && in ddf_meta_read() 1254 buf = g_read_data(cp, (lba + GET32(meta, hdr->bbmlog_section)) * ss, in ddf_meta_read() 1354 (lba + GET32(meta, hdr->bbmlog_section)) * ss, in ddf_meta_write()
|