Searched refs:prev_run_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | lcnalloc.c | 138 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size; in ntfs_cluster_alloc() local 355 "bmp_pos 0x%llx, prev_run_len 0x%llx, " in ntfs_cluster_alloc() 361 (unsigned long long)prev_run_len, in ntfs_cluster_alloc() 363 if (prev_lcn == lcn + bmp_pos - prev_run_len && rlpos) { in ntfs_cluster_alloc() 370 rl[rlpos - 1].length = ++prev_run_len; in ntfs_cluster_alloc() 372 "prev_run_len 0x%llx.", in ntfs_cluster_alloc() 378 prev_run_len); in ntfs_cluster_alloc() 389 prev_run_len; in ntfs_cluster_alloc() 396 rl[rlpos].length = prev_run_len = 1; in ntfs_cluster_alloc()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | lcnalloc.c | 138 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size; in ntfs_cluster_alloc() local 355 "bmp_pos 0x%llx, prev_run_len 0x%llx, " in ntfs_cluster_alloc() 361 (unsigned long long)prev_run_len, in ntfs_cluster_alloc() 363 if (prev_lcn == lcn + bmp_pos - prev_run_len && rlpos) { in ntfs_cluster_alloc() 370 rl[rlpos - 1].length = ++prev_run_len; in ntfs_cluster_alloc() 372 "prev_run_len 0x%llx.", in ntfs_cluster_alloc() 378 prev_run_len); in ntfs_cluster_alloc() 389 prev_run_len; in ntfs_cluster_alloc() 396 rl[rlpos].length = prev_run_len = 1; in ntfs_cluster_alloc()
|
Completed in 3 milliseconds