Searched refs:Primary_Element_Count (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/geom/raid/ |
| H A D | md_ddf.c | 335 GET16D(meta, vdc->Primary_Element_Count)); in g_raid_md_ddf_print() 373 num2 = GET16D(meta, vdc->Primary_Element_Count); in g_raid_md_ddf_print() 525 i += GET16(vmeta, vdc->Primary_Element_Count); // XXX in ddf_meta_find_disk() 984 if (pos == GET16D(meta, vdc->Primary_Element_Count)) in ddf_meta_unused_range() 1897 if (j == GET16(vmeta, vdc->Primary_Element_Count)) { in g_raid_md_ddf_start() 2041 need += GET16(vmeta, vdc->Primary_Element_Count); in g_raid_md_ddf_new_disk() 2044 cnt = GET16(vmeta, bvdc[k]->Primary_Element_Count); in g_raid_md_ddf_new_disk() 2778 SET16(vmeta, vdc->Primary_Element_Count, 2); in g_raid_md_write_ddf() 2780 SET16(vmeta, vdc->Primary_Element_Count, in g_raid_md_write_ddf() 2831 bvd = i / GET16(vmeta, vdc->Primary_Element_Count); in g_raid_md_write_ddf() [all …]
|
| H A D | md_ddf.h | 228 uint16_t Primary_Element_Count; member
|