• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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,
963 struct reiserfs_de_head *deh;
983 deh = B_I_DEH(bh, ih);
988 (from ? deh_location(&(deh[from - 1])) : ih_item_len(ih));
990 deh_location(&(deh[from + del_count - 1]));
995 put_deh_location(&(deh[i]),
996 deh_location(&deh[i]) -
1000 put_deh_location(&(deh[i]),
1001 deh_location(&deh[i]) - (DEH_SIZE * del_count +
1007 memmove((char *)(deh + from),
1008 deh + from + del_count,
1009 prev_record - cut_records_len - (char *)(deh + from +
1203 struct reiserfs_de_head *deh;
1222 deh = B_I_DEH(bh, ih);
1227 (before ? deh_location(&(deh[before - 1]))
1232 put_deh_location(&(deh[i]),
1233 deh_location(&(deh[i])) +
1238 put_deh_location(&(deh[i]),
1239 deh_location(&(deh[i])) + paste_size);
1253 deh += before;
1254 memmove((char *)(deh + new_entry_count), deh,
1255 insert_point - (char *)deh);
1258 deh = (struct reiserfs_de_head *)((char *)deh);
1259 memcpy(deh, new_dehs, DEH_SIZE * new_entry_count);
1263 put_deh_location(&(deh[i]),
1264 deh_location(&(deh[i])) +
1281 deh = B_I_DEH(bh, ih);
1286 1) ? deh_location(&(deh[i + 1])) : 0;
1287 prev = (i != 0) ? deh_location(&(deh[i - 1])) : 0;
1289 if (prev && prev <= deh_location(&(deh[i])))
1292 ih, deh + i - 1, i, deh + i);
1293 if (next && next >= deh_location(&(deh[i])))
1296 ih, i, deh + i, deh + i + 1);