Home | History | Annotate | Download | only in linux

Lines Matching refs:deh_objectid

924    A: Each directory entry has its header. This header has deh_dir_id and deh_objectid fields, those are key
934 __le32 deh_objectid; /* objectid of the object, that is referenced by directory entry */
942 #define deh_objectid(p_deh) (le32_to_cpu((p_deh)->deh_objectid))
948 #define put_deh_objectid(p_deh,v) ((p_deh)->deh_objectid = cpu_to_le32((v)))