Searched refs:bmp_initial_pos (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | lcnalloc.c | 137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local 234 * bmp_initial_pos to determine whether or not to do a zone switch. in ntfs_cluster_alloc() 236 bmp_pos = bmp_initial_pos = zone_start; in ntfs_cluster_alloc() 246 "zone_end 0x%llx, bmp_initial_pos 0x%llx, " in ntfs_cluster_alloc() 251 (unsigned long long)bmp_initial_pos, in ntfs_cluster_alloc() 425 } else if ((bmp_initial_pos >= in ntfs_cluster_alloc() 445 else if ((bmp_initial_pos >= in ntfs_cluster_alloc() 464 else if (bmp_initial_pos >= in ntfs_cluster_alloc() 558 } else if ((bmp_initial_pos >= in ntfs_cluster_alloc() 571 zone_start = bmp_initial_pos in ntfs_cluster_alloc() [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | lcnalloc.c | 137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local 234 * bmp_initial_pos to determine whether or not to do a zone switch. in ntfs_cluster_alloc() 236 bmp_pos = bmp_initial_pos = zone_start; in ntfs_cluster_alloc() 246 "zone_end 0x%llx, bmp_initial_pos 0x%llx, " in ntfs_cluster_alloc() 251 (unsigned long long)bmp_initial_pos, in ntfs_cluster_alloc() 425 } else if ((bmp_initial_pos >= in ntfs_cluster_alloc() 445 else if ((bmp_initial_pos >= in ntfs_cluster_alloc() 464 else if (bmp_initial_pos >= in ntfs_cluster_alloc() 558 } else if ((bmp_initial_pos >= in ntfs_cluster_alloc() 571 zone_start = bmp_initial_pos in ntfs_cluster_alloc() [all...] |
Completed in 2 milliseconds