Searched refs:bbmlog_section (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/geom/raid/ |
| HD | md_ddf.h | 78 uint32_t bbmlog_section; /* BBM_Log_Section */ member
|
| HD | md_ddf.c | 260 …printf("BBM Log %u:%u\n", GET32(meta, hdr->bbmlog_section), GET32(meta, hdr->bbmlog_l… in g_raid_md_ddf_print() 674 SET32(meta, hdr->bbmlog_section, in ddf_meta_create() 1147 if ((val = GET32(meta, hdr->bbmlog_section)) != 0xffffffff) in ddf_meta_read() 1253 if (GET32(meta, hdr->bbmlog_section) != 0xffffffff && in ddf_meta_read() 1255 buf = g_read_data(cp, (lba + GET32(meta, hdr->bbmlog_section)) * ss, in ddf_meta_read() 1355 (lba + GET32(meta, hdr->bbmlog_section)) * ss, in ddf_meta_write()
|