Lines Matching defs:curr
935 int curr = *c;
936 int blen = ((laarr[curr].extLength & UDF_EXTENT_LENGTH_MASK) +
938 int8_t etype = (laarr[curr].extLength >> 30);
943 laarr[curr + 2] = laarr[curr + 1];
944 laarr[curr + 1] = laarr[curr];
946 laarr[curr + 3] = laarr[curr + 1];
947 laarr[curr + 2] = laarr[curr + 1] = laarr[curr];
953 &laarr[curr].extLocation,
955 laarr[curr].extLength =
958 laarr[curr].extLocation.logicalBlockNum = 0;
959 laarr[curr].extLocation.
962 laarr[curr].extLength = (etype << 30) |
964 curr++;
969 laarr[curr].extLocation.logicalBlockNum = newblocknum;
971 laarr[curr].extLocation.partitionReferenceNum =
973 laarr[curr].extLength = EXT_RECORDED_ALLOCATED |
975 curr++;
979 laarr[curr].extLocation.logicalBlockNum +=
981 laarr[curr].extLength = (etype << 30) |
983 curr++;