Searched defs:p_deh (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | reiserfs.h | 1904 #define deh_offset(p_deh) (le32_to_cpu((p_deh)->deh_offset)) argument 1905 #define deh_dir_id(p_deh) (le32_to_cpu((p_deh)->deh_dir_id)) argument 1906 #define deh_objectid(p_deh) (le32_to_cpu((p_deh)->deh_objectid)) argument 1907 #define deh_location(p_deh) (le16_to_cpu((p_deh)->deh_location)) argument 1908 #define deh_state(p_deh) (le16_to_cpu((p_deh)->deh_state)) argument 1910 #define put_deh_offset(p_deh,v) ((p_deh)->deh_offset = cpu_to_le32((v))) argument 1911 #define put_deh_dir_id(p_deh,v) ((p_deh)->deh_dir_id = cpu_to_le32((v))) argument 1912 #define put_deh_objectid(p_deh,v) ((p_deh)->deh_objectid = cpu_to_le32((v))) argument 1913 #define put_deh_location(p_deh,v) ((p_deh)->deh_location = cpu_to_le16((v))) argument 1914 #define put_deh_state(p_deh,v) ((p_deh)->deh_state = cpu_to_le16((v))) argument
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | reiserfs.h | 1907 #define deh_offset(p_deh) (le32_to_cpu((p_deh)->deh_offset)) argument 1908 #define deh_dir_id(p_deh) (le32_to_cpu((p_deh)->deh_dir_id)) argument 1909 #define deh_objectid(p_deh) (le32_to_cpu((p_deh)->deh_objectid)) argument 1910 #define deh_location(p_deh) (le16_to_cpu((p_deh)->deh_location)) argument 1911 #define deh_state(p_deh) (le16_to_cpu((p_deh)->deh_state)) argument 1913 #define put_deh_offset(p_deh,v) ((p_deh)->deh_offset = cpu_to_le32((v))) argument 1914 #define put_deh_dir_id(p_deh,v) ((p_deh)->deh_dir_id = cpu_to_le32((v))) argument 1915 #define put_deh_objectid(p_deh,v) ((p_deh)->deh_objectid = cpu_to_le32((v))) argument 1916 #define put_deh_location(p_deh,v) ((p_deh)->deh_location = cpu_to_le16((v))) argument 1917 #define put_deh_state(p_deh,v) ((p_deh)->deh_state = cpu_to_le16((v))) argument
|