Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dmft.c2139 s64 candidate_reserve_end = -1; in ntfs_mft_record_alloc() local
2193 candidate_reserve_end = -1; in ntfs_mft_record_alloc()
2214 vol->mft_record_reserve_end ? &candidate_reserve_end : NULL; in ntfs_mft_record_alloc()
2217 if (candidate_reserve_end > bit + 1) { in ntfs_mft_record_alloc()
2219 vol->mft_record_reserve_end = candidate_reserve_end; in ntfs_mft_record_alloc()
2222 bit + 1, candidate_reserve_end); in ntfs_mft_record_alloc()