Lines Matching defs:offset
23 long offset[NR_FILES];
140 if (fip->offset[i] == -1) {
204 if ((c->qid >= NR_FILES) || (fip->offset[c->qid] < 0)) {
213 if (c->offset >= size) {
221 if (n > (size - c->offset)) {
222 n = size - c->offset;
225 off = fip->offset[c->qid] + c->offset;
232 c->offset += n;
260 fip->offset[n] = -1;
299 fip->offset[n] = entry.offset_address;