Lines Matching defs:position
987 * @pos: position at which to make space
988 * @size: byte size to make available at this position
1386 * @ctx->al_entry points to the position within @ctx->base_ntfs_ino->attr_list
2573 * Create space of @size bytes at position @pos inside the index block @idx.
4161 unsigned long long position;
4168 for (position = 0; position < (unsigned long long)g_vol->nr_clusters;
4169 position++) {
4170 if (!(position % (int)(progress_inc+1))) {
4171 ntfs_log_progress("\b\b\b\b%3.0f%%", position /
4180 if (!position) {
4187 if (!append_to_bad_blocks(position))
4191 "device with zeroes: %3.0f%%", position,
4192 position / progress_inc);
4195 ((off_t)position + 1) *
4200 position = (volume_size & (g_vol->cluster_size - 1)) /
4202 for (i = 0; (unsigned long)i < position; i++) {
4208 } else if (i + 1ull == position) {