Searched refs:deh_location (Results 1 – 1 of 1) sorted by relevance
935 __le16 deh_location; /* offset of name in the whole item */ member943 #define deh_location(p_deh) (le16_to_cpu((p_deh)->deh_location)) macro949 #define put_deh_location(p_deh,v) ((p_deh)->deh_location = cpu_to_le16((v)))1023 return deh_location(deh - 1) - deh_location(deh); in entry_length()1025 return ih_item_len(ih) - deh_location(deh); in entry_length()1032 #define B_I_E_NAME(bh,ih,entry_num) ((char *)(bh->b_data + ih_location(ih) + deh_location(B_I_DEH(b…1061 #define B_I_DEH_ENTRY_FILE_NAME(bh,ih,deh) (B_I_PITEM (bh, ih) + deh_location(deh))