Lines Matching refs:GET16D
141 #define GET16D(m, f) ((m)->bigendian ? be16dec(&f) : le16dec(&f)) macro
334 GET16D(meta, vdc->Primary_Element_Count)); in g_raid_md_ddf_print()
352 GET16D(meta, vdc->Block_Size)); in g_raid_md_ddf_print()
368 GET16D(meta, vdc->MDF_Parity_Generator_Polynomial)); in g_raid_md_ddf_print()
372 num2 = GET16D(meta, vdc->Primary_Element_Count); in g_raid_md_ddf_print()
395 GET16D(meta, sa->Populated_SAEs)); in g_raid_md_ddf_print()
397 GET16D(meta, sa->MAX_SAE_Supported)); in g_raid_md_ddf_print()
398 for (i = 0; i < GET16D(meta, sa->Populated_SAEs); i++) { in g_raid_md_ddf_print()
406 GET16D(meta, sa->entry[i].Secondary_Element)); in g_raid_md_ddf_print()
803 GET16D(meta, pde->PD_State) | in ddf_meta_update()
804 GET16D(src, pde->PD_State)); in ddf_meta_update()
980 for (pos = 0; pos < GET16D(meta, vdc->Primary_Element_Count); pos++) in ddf_meta_unused_range()
983 if (pos == GET16D(meta, vdc->Primary_Element_Count)) in ddf_meta_unused_range()
1998 GET16D(pdmeta, vde->VD_Number)); in g_raid_md_ddf_new_disk()