Lines Matching defs:deh
376 struct reiserfs_de_head *deh;
383 deh = (struct reiserfs_de_head *)item;
385 for (i = 0; i < ih_entry_count(ih); i++, deh++) {
387 (i ? (deh_location(deh - 1)) : ih_item_len(ih)) -
388 deh_location(deh);
389 name = item + deh_location(deh);
405 deh_dir_id(deh), deh_objectid(deh),
406 GET_HASH_VALUE(deh_offset(deh)),
407 GET_GENERATION_NUMBER((deh_offset(deh))),
408 (de_hidden(deh)) ? "HIDDEN" : "VISIBLE");
415 struct reiserfs_de_head *deh;
418 deh = (struct reiserfs_de_head *)item;
419 for (i = 0; i < ih_entry_count(ih); i++, deh++) {
465 struct reiserfs_de_head *deh;
475 deh = (struct reiserfs_de_head *)(vi->vi_item);
486 (j ? deh_location(&deh[j - 1]) : ih_item_len(vi->vi_ih)) -
487 deh_location(&deh[j]) + DEH_SIZE;