Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs.c498 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in next_key()
577 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in search_stat()
H A Dreiserfs_private.h237 __u16 ih_item_location; /* an offset to the item body member
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dreiserfs.h1387 __le16 ih_item_location; member
1401 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location)
1407 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0)