Searched refs:p_deh (Results 1 – 2 of 2) sorted by relevance
366 #define deh_offset(p_deh) (__le32_to_cpu((p_deh)->deh_offset)) argument367 #define deh_dir_id(p_deh) (__le32_to_cpu((p_deh)->deh_dir_id)) argument368 #define deh_objectid(p_deh) (__le32_to_cpu((p_deh)->deh_objectid)) argument369 #define deh_location(p_deh) (__le16_to_cpu((p_deh)->deh_location)) argument370 #define deh_state(p_deh) (__le16_to_cpu((p_deh)->deh_state)) argument
1904 #define deh_offset(p_deh) (le32_to_cpu((p_deh)->deh_offset)) argument1905 #define deh_dir_id(p_deh) (le32_to_cpu((p_deh)->deh_dir_id)) argument1906 #define deh_objectid(p_deh) (le32_to_cpu((p_deh)->deh_objectid)) argument1907 #define deh_location(p_deh) (le16_to_cpu((p_deh)->deh_location)) argument1908 #define deh_state(p_deh) (le16_to_cpu((p_deh)->deh_state)) argument1910 #define put_deh_offset(p_deh,v) ((p_deh)->deh_offset = cpu_to_le32((v))) argument1911 #define put_deh_dir_id(p_deh,v) ((p_deh)->deh_dir_id = cpu_to_le32((v))) argument1912 #define put_deh_objectid(p_deh,v) ((p_deh)->deh_objectid = cpu_to_le32((v))) argument1913 #define put_deh_location(p_deh,v) ((p_deh)->deh_location = cpu_to_le16((v))) argument1914 #define put_deh_state(p_deh,v) ((p_deh)->deh_state = cpu_to_le16((v))) argument