Searched refs:pass_end (Results 1 – 1 of 1) sorted by relevance
868 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local883 pass_end = NTFS_I(vol->mft_ino)->allocated_size >> in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()889 if (pass_end > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()890 pass_end = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()898 if (data_pos >= pass_end) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()902 if (data_pos >= pass_end) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()913 pass, pass_start, pass_end, data_pos); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()920 ll = ((pass_end + 7) >> 3) - ofs; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()941 for (; bit < size && data_pos + bit < pass_end; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()987 if (data_pos < pass_end) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()[all …]