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