• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/

Lines Matching defs:deh

34 	struct reiserfs_de_head *deh;
43 deh = B_I_DEH(source, ih);
45 copy_records_len = (from ? deh_location(&(deh[from - 1])) :
47 deh_location(&(deh[from + copy_count - 1]));
50 deh_location(&(deh[from + copy_count - 1]));
85 deh_offset(&(deh[from])));
86 /*memcpy (&new_ih.ih_key.k_offset, &deh[from].deh_offset, SHORT_KEY_SIZE); */
118 : 0, copy_count, deh + from, records,
968 struct reiserfs_de_head *deh;
988 deh = B_I_DEH(bh, ih);
993 (from ? deh_location(&(deh[from - 1])) : ih_item_len(ih));
995 deh_location(&(deh[from + del_count - 1]));
1000 put_deh_location(&(deh[i]),
1001 deh_location(&deh[i]) -
1005 put_deh_location(&(deh[i]),
1006 deh_location(&deh[i]) - (DEH_SIZE * del_count +
1012 memmove((char *)(deh + from),
1013 deh + from + del_count,
1014 prev_record - cut_records_len - (char *)(deh + from +
1208 struct reiserfs_de_head *deh;
1228 deh = B_I_DEH(bh, ih);
1233 (before ? deh_location(&(deh[before - 1]))
1238 put_deh_location(&(deh[i]),
1239 deh_location(&(deh[i])) +
1244 put_deh_location(&(deh[i]),
1245 deh_location(&(deh[i])) + paste_size);
1259 deh += before;
1260 memmove((char *)(deh + new_entry_count), deh,
1261 insert_point - (char *)deh);
1264 deh = (struct reiserfs_de_head *)((char *)deh);
1265 memcpy(deh, new_dehs, DEH_SIZE * new_entry_count);
1269 put_deh_location(&(deh[i]),
1270 deh_location(&(deh[i])) +
1287 deh = B_I_DEH(bh, ih);
1292 1) ? deh_location(&(deh[i + 1])) : 0;
1293 prev = (i != 0) ? deh_location(&(deh[i - 1])) : 0;
1295 if (prev && prev <= deh_location(&(deh[i])))
1300 ih, deh + i - 1, i, deh + i);
1301 if (next && next >= deh_location(&(deh[i])))
1306 ih, i, deh + i, deh + i + 1);