Lines Matching defs:index
31 * Lookup offset (f_pos) in the directory index, returning the
34 * If we get an error reading the index then return the part of the index
35 * (if any) we have managed to read - the index isn't essential, just
43 int err, i, index, length = 0;
65 index = le32_to_cpu(dir_index.index);
66 if (index > f_pos)
68 * Found the index we're looking for.
83 length = index;