Lines Matching refs:bmp_pos
240 LCN bmp_pos; /* current bit position inside the bitmap */ in ntfs_cluster_alloc() local
310 bmp_pos = zone_start; in ntfs_cluster_alloc()
319 last_read_pos = bmp_pos >> 3; in ntfs_cluster_alloc()
334 lcn = bmp_pos & 7; in ntfs_cluster_alloc()
335 bmp_pos &= ~7; in ntfs_cluster_alloc()
384 if (prev_lcn == lcn + bmp_pos - prev_run_len && rlpos) { in ntfs_cluster_alloc()
389 (long long)lcn, (long long)bmp_pos, in ntfs_cluster_alloc()
402 rl[rlpos].lcn = prev_lcn = lcn + bmp_pos; in ntfs_cluster_alloc()
415 search_zone, lcn + bmp_pos + 1 + in ntfs_cluster_alloc()
442 bmp_pos = zone_start; in ntfs_cluster_alloc()
444 bmp_pos += buf_size; in ntfs_cluster_alloc()
446 if (bmp_pos < zone_end) in ntfs_cluster_alloc()
466 bmp_pos = zone_start; in ntfs_cluster_alloc()
517 bmp_pos = zone_start; in ntfs_cluster_alloc()