Lines Matching defs:offset
43 * The position pointer (ctx->pos) encodes the part and offset on which
45 * below PART_SHIFT encode the offset. Parts are stored in a linked
192 const int offset = sizeof(struct orangefs_readdir_response_s);
199 /* The file offset from userspace is too large. */
213 len = (void *)part + offset + i;
222 s = (void *)part + offset + i + sizeof *len;
225 khandle = (void *)part + offset + i + padlen;
255 /* This means the userspace file offset is invalid. */
282 static loff_t orangefs_dir_llseek(struct file *file, loff_t offset,
290 if (!whence && offset < od->end) {
301 return default_llseek(file, offset, whence);