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 */
2671 loff_t position;
2705 loff_t dtpos; /* legacy OS/2 style position */
2758 /* Stale position. Directory has shrunk */
2908 jfs_dirent->position = le32_to_cpu(d->index);
2916 if ((jfs_dirent->position < 2) ||
2917 (jfs_dirent->position >=
2931 jfs_dirent->position = unique_pos++;
2938 jfs_dirent->position++;
2940 jfs_dirent->position = dtpos;
3000 ctx->pos = jfs_dirent->position;