Home | History | Annotate | Download | only in linux

Lines Matching refs:ih_item_len

482 	__le16 ih_item_len;	/* total size of the item body */
497 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len)
503 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = cpu_to_le16(val); } while (0)
1014 ((i) ? (deh_location((deh)-1) - deh_location((deh))) : (ih_item_len((ih)) - deh_location((deh))))
1025 return ih_item_len(ih) - deh_location(deh);
1484 #define I_UNFM_NUM(p_s_ih) ( ih_item_len(p_s_ih) / UNFM_P_SIZE )