Home
last modified time | relevance | path

Searched refs:ih_item_location (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dreiserfs_fs.h506 __u16 ih_item_location; /* an offset to the item body member
519 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location)
525 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0)