Home | History | Annotate | Download | only in linux

Lines Matching refs:ih_item_location

483 	__le16 ih_item_location;	/* an offset to the item body
496 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location)
502 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0)