Lines Matching defs:position
615 * greater than K so that the returned index is the position of
1609 /* adjust the skip index to reflect the new position */
2969 loff_t position;
3003 loff_t dtpos; /* legacy OS/2 style position */
3056 /* Stale position. Directory has shrunk */
3206 jfs_dirent->position = le32_to_cpu(d->index);
3214 if ((jfs_dirent->position < 2) ||
3215 (jfs_dirent->position >=
3229 jfs_dirent->position = unique_pos++;
3236 jfs_dirent->position++;
3238 jfs_dirent->position = dtpos;
3298 ctx->pos = jfs_dirent->position;