Home | History | Annotate | Download | only in linux

Lines Matching refs:deh_offset

931 	__le32 deh_offset;	/* third component of the directory entry key */
940 #define deh_offset(p_deh) (le32_to_cpu((p_deh)->deh_offset))
946 #define put_deh_offset(p_deh,v) ((p_deh)->deh_offset = cpu_to_le32((v)))