Searched refs:prev_run_len (Results 1 – 2 of 2) sorted by relevance
241 LCN prev_lcn = 0, prev_run_len = 0; in ntfs_cluster_alloc() local384 if (prev_lcn == lcn + bmp_pos - prev_run_len && rlpos) { in ntfs_cluster_alloc()390 (long long)prev_run_len); in ntfs_cluster_alloc()391 rl[rlpos - 1].length = ++prev_run_len; in ntfs_cluster_alloc()395 prev_run_len; in ntfs_cluster_alloc()403 rl[rlpos].length = prev_run_len = 1; in ntfs_cluster_alloc()
1077 s64 prev_run_len = 0LL; in allocate_scattered_clusters() local1100 if (prev_lcn == lcn - prev_run_len) { in allocate_scattered_clusters()1101 rl[rlpos - 1].length = ++prev_run_len; in allocate_scattered_clusters()1108 prev_run_len = 1LL; in allocate_scattered_clusters()