Searched refs:deh_objectid (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_namei.c243 deh_objectid(deh) ==
251 d_ino = deh_objectid(deh);
439 de->de_objectid = deh_objectid(&(de->de_deh[de->de_entry_num]));
H A Dreiserfs_prints.c119 deh_objectid(deh), deh_location(deh), deh_state(deh));
H A Dreiserfs_fs.h826 uint32_t deh_objectid; /* Objectid of the object, that is member in struct:reiserfs_de_head
837 #define deh_objectid(p_deh) (le32toh((p_deh)->deh_objectid)) macro
843 #define put_deh_objectid(p_deh, v) ((p_deh)->deh_objectid = htole32((v)))

Completed in 72 milliseconds