Home
last modified time | relevance | path

Searched refs:prev_run_len (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c241 LCN prev_lcn = 0, prev_run_len = 0; in ntfs_cluster_alloc() local
384 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()
/third_party/ntfs-3g/ntfsprogs/
Dmkntfs.c1077 s64 prev_run_len = 0LL; in allocate_scattered_clusters() local
1100 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()