Searched refs:cr_section (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/raid/ |
H A D | md_ddf.h | 74 uint32_t cr_section; /* Configuration_Records_Section */ member
|
H A D | md_ddf.c | 257 printf("Configuration Recs %u:%u\n", GET32(meta, hdr->cr_section), GET32(meta, hdr->cr_length)); in g_raid_md_ddf_print() 669 SET32(meta, hdr->cr_section, pos); in ddf_meta_create() 1144 len = max(len, GET32(meta, hdr->cr_section) + GET32(meta, hdr->cr_length)); in ddf_meta_read() 1229 buf = g_read_data(cp, (lba + GET32(meta, hdr->cr_section)) * ss, in ddf_meta_read() 1336 error = g_write_data(cp, (lba + GET32(meta, hdr->cr_section)) * ss, in ddf_meta_write()
|