Searched refs:Primary_Element_Count (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/raid/ |
H A D | md_ddf.c | 332 GET16D(meta, vdc->Primary_Element_Count)); in g_raid_md_ddf_print() 370 num2 = GET16D(meta, vdc->Primary_Element_Count); in g_raid_md_ddf_print() 522 i += GET16(vmeta, vdc->Primary_Element_Count); // XXX in ddf_meta_find_disk() 525 for (pos = 0; pos < GET16(vmeta, bvdc[bvd]->Primary_Element_Count); in ddf_meta_find_disk() 978 for (pos = 0; pos < GET16D(meta, vdc->Primary_Element_Count); pos++) in ddf_meta_unused_range() 981 if (pos == GET16D(meta, vdc->Primary_Element_Count)) in ddf_meta_unused_range() 1698 md_disk_bvd = disk_pos / GET16(vmeta, vdc->Primary_Element_Count); // XXX in g_raid_md_ddf_start_disk() 1699 md_disk_pos = disk_pos % GET16(vmeta, vdc->Primary_Element_Count); // XXX in g_raid_md_ddf_start_disk() 1883 vol->v_disks_count = GET16(vmeta, vdc->Primary_Element_Count) * in g_raid_md_ddf_start() 1894 if (j == GET16(vmeta, vdc->Primary_Element_Count)) { in g_raid_md_ddf_start() [all …]
|
H A D | md_ddf.h | 226 uint16_t Primary_Element_Count; member
|