Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h940 #define deh_offset(p_deh) (le32_to_cpu((p_deh)->deh_offset)) argument
941 #define deh_dir_id(p_deh) (le32_to_cpu((p_deh)->deh_dir_id)) argument
942 #define deh_objectid(p_deh) (le32_to_cpu((p_deh)->deh_objectid)) argument
943 #define deh_location(p_deh) (le16_to_cpu((p_deh)->deh_location)) argument
944 #define deh_state(p_deh) (le16_to_cpu((p_deh)->deh_state)) argument
946 #define put_deh_offset(p_deh,v) ((p_deh)->deh_offset = cpu_to_le32((v))) argument
947 #define put_deh_dir_id(p_deh,v) ((p_deh)->deh_dir_id = cpu_to_le32((v))) argument
948 #define put_deh_objectid(p_deh,v) ((p_deh)->deh_objectid = cpu_to_le32((v))) argument
949 #define put_deh_location(p_deh,v) ((p_deh)->deh_location = cpu_to_le16((v))) argument
950 #define put_deh_state(p_deh,v) ((p_deh)->deh_state = cpu_to_le16((v))) argument