Searched refs:deh_location (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/reiserfs/
H A Ddir.c306 put_deh_location(dotdot, deh_location(dot) - strlen(".."));
310 memcpy(body + deh_location(dot), ".", 1);
311 memcpy(body + deh_location(dotdot), "..", 2);
340 put_deh_location(dotdot, deh_location(dot) - ROUND_UP(strlen("..")));
344 memcpy(body + deh_location(dot), ".", 1);
345 memcpy(body + deh_location(dotdot), "..", 2);
H A Dlbalance.c41 copy_records_len = (from ? deh_location(&deh[from - 1]) :
43 deh_location(&deh[from + copy_count - 1]);
46 deh_location(&deh[from + copy_count - 1]);
1105 (from ? deh_location(&deh[from - 1]) : ih_item_len(ih));
1107 deh_location(&deh[from + del_count - 1]);
1113 deh_location(&deh[i]) -
1118 deh_location(&deh[i]) - (DEH_SIZE * del_count +
1351 (before ? deh_location(&deh[before - 1])
1357 deh_location(&deh[i]) +
1363 deh_location(
[all...]
H A Ditem_ops.c387 (i ? (deh_location(deh - 1)) : ih_item_len(ih)) -
388 deh_location(deh);
389 name = item + deh_location(deh);
486 (j ? deh_location(&deh[j - 1]) : ih_item_len(vi->vi_ih)) -
487 deh_location(&deh[j]) + DEH_SIZE;
H A Dreiserfs.h1895 __le16 deh_location; /* offset of name in the whole item */ member in struct:reiserfs_de_head
1907 #define deh_location(p_deh) (le16_to_cpu((p_deh)->deh_location)) macro
1913 #define put_deh_location(p_deh,v) ((p_deh)->deh_location = cpu_to_le16((v)))
2004 (ih_item_body(bh, ih) + deh_location(deh))
2257 return deh_location(deh - 1) - deh_location(deh);
2259 return ih_item_len(ih) - deh_location(deh);
H A Dprints.c109 deh_objectid(deh), deh_location(deh),
H A Dnamei.c80 de->de_name = ih_item_body(de->de_bh, de->de_ih) + deh_location(deh);
477 deh->deh_location = 0; /* JDM Endian safe if 0 */
H A Dstree.c397 if (deh_location(&deh[i]) > ih_item_len(ih)) {

Completed in 327 milliseconds