Searched refs:pass_end (Results 1 – 1 of 1) sorted by relevance
944 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local959 pass_end = NTFS_I(vol->mft_ino)->allocated_size >> in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()965 if (pass_end > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()966 pass_end = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()974 if (data_pos >= pass_end) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()978 if (data_pos >= pass_end) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()989 pass, pass_start, pass_end, data_pos); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()996 ll = ((pass_end + 7) >> 3) - ofs; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1017 for (; bit < size && data_pos + bit < pass_end; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()1063 if (data_pos < pass_end) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()[all …]