Lines Matching refs:oldlength

1016 			u32 length, u32 oldlength)
1032 resize = length - oldlength;
1038 && !(oldlength & 7)
1081 const char *data, u32 target, u32 length, u32 oldlength*/)
1096 u32 length, u32 oldlength)
1122 - ((base + oldlength - 1) | 7);
1141 length - oldlength, resize);
1163 const char *data, u32 target, u32 length, u32 oldlength*/)
1347 u32 length, u32 oldlength)
1369 resize = length - oldlength;
1371 && !(oldlength & 7)
1372 && ((target + oldlength) <= mftrecsz)) {
1387 length - oldlength, resize);
1405 u32 length, u32 oldlength)
1433 - ((base + oldlength - 1) | 7);
1434 if ((oldlength > length)
1436 && ((target + oldlength) <= mftrecsz)) {
1445 printf("* fake test, assuming not shrinked : value length %ld length %ld oldlength %ld\n",(long)le32_to_cpu(attr->value_length),(long)length,(long)oldlength);
1446 //dump(buffer + target, oldlength);
1454 buffer + target + oldlength,
1455 mftrecsz - target - oldlength);
1468 length - oldlength, resize);
2564 u32 oldlength;
2581 oldlength = le16_to_cpu(action->record.undo_length);
2584 if (length == oldlength) {
2616 if (length > oldlength)
2618 target, length, oldlength);
2621 target, length, oldlength);
2783 u32 oldlength;
2800 oldlength = le16_to_cpu(action->record.undo_length);
2803 if (length == oldlength) {
2833 if (length > oldlength)
2835 target, length, oldlength);
2838 target, length, oldlength);
3704 u32 oldlength;
3721 oldlength = le16_to_cpu(action->record.redo_length);
3724 if (length == oldlength) {
3753 if (length > oldlength)
3755 target, length, oldlength);
3758 target, length, oldlength);
3885 u32 oldlength;
3902 oldlength = le16_to_cpu(action->record.redo_length);
3905 if (length == oldlength) {
3935 if (length > oldlength)
3937 target, length, oldlength);
3940 target, length, oldlength);
3952 u32 oldlength;
3969 oldlength = le16_to_cpu(action->record.redo_length);
3972 if (length == oldlength) {
4002 if (length > oldlength)
4004 target, length, oldlength*/);
4007 target, length, oldlength*/);