Lines Matching defs:deh
53 static inline bool is_privroot_deh(struct inode *dir, struct reiserfs_de_head *deh)
57 deh->deh_objectid == INODE_PKEY(d_inode(privroot))->k_objectid);
136 struct reiserfs_de_head *deh =
140 entry_num++, deh++) {
144 loff_t cur_pos = deh_offset(deh);
147 if (!de_visible(deh))
150 d_name = B_I_DEH_ENTRY_FILE_NAME(bh, ih, deh);
174 if (is_privroot_deh(inode, deh))
177 ctx->pos = deh_offset(deh);
178 d_ino = deh_objectid(deh);
223 /* deh_offset(deh) may be invalid now. */