Lines Matching refs:GET16D
139 #define GET16D(m, f) ((m)->bigendian ? be16dec(&f) : le16dec(&f)) macro
332 GET16D(meta, vdc->Primary_Element_Count)); in g_raid_md_ddf_print()
350 GET16D(meta, vdc->Block_Size)); in g_raid_md_ddf_print()
366 GET16D(meta, vdc->MDF_Parity_Generator_Polynomial)); in g_raid_md_ddf_print()
370 num2 = GET16D(meta, vdc->Primary_Element_Count); in g_raid_md_ddf_print()
393 GET16D(meta, sa->Populated_SAEs)); in g_raid_md_ddf_print()
395 GET16D(meta, sa->MAX_SAE_Supported)); in g_raid_md_ddf_print()
396 for (i = 0; i < GET16D(meta, sa->Populated_SAEs); i++) { in g_raid_md_ddf_print()
404 GET16D(meta, sa->entry[i].Secondary_Element)); in g_raid_md_ddf_print()
801 GET16D(meta, pde->PD_State) | in ddf_meta_update()
802 GET16D(src, pde->PD_State)); in ddf_meta_update()
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()
1999 GET16D(pdmeta, vde->VD_Number)); in g_raid_md_ddf_new_disk()