Home
last modified time | relevance | path

Searched defs:deh_location (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h359 __u16 deh_location;/* offset of name in the whole item */ member
369 #define deh_location(p_deh) (__le16_to_cpu((p_deh)->deh_location)) macro
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h1895 __le16 deh_location; /* offset of name in the whole item */ member
1907 #define deh_location(p_deh) (le16_to_cpu((p_deh)->deh_location)) macro