Lines Matching defs:index
101 uint64_t index;
139 gref->file_index = op->index + i * PAGE_SIZE;
208 uint64_t index, uint32_t count)
212 if (gref->file_index == index && !rv)
215 if (gref->file_index != index)
217 index += PAGE_SIZE;
304 op.index = priv->index;
305 priv->index += op.count * PAGE_SIZE;
314 * its index). If the userspace application doesn't provide valid memory
350 gref = find_grefs(priv, op.index, op.count);
379 uint64_t index;
386 index = op.index & ~(PAGE_SIZE - 1);
387 pgoff = op.index & (PAGE_SIZE - 1);
391 gref = find_grefs(priv, index, 1);