ih_item_location 1387 fs/reiserfs/reiserfs.h 	__le16 ih_item_location;
ih_item_location 1401 fs/reiserfs/reiserfs.h #define ih_location(ih)              le16_to_cpu((ih)->ih_item_location)
ih_item_location 1407 fs/reiserfs/reiserfs.h #define put_ih_location(ih, val)     do { (ih)->ih_item_location = cpu_to_le16(val); } while (0)