Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dmft.c2402 s64 bitmap_records; in ntfs_mft_record_alloc() local
2409 bitmap_records = mftbmp_ni->initialized_size << 3; in ntfs_mft_record_alloc()
2411 if (reserve_end > bitmap_records) in ntfs_mft_record_alloc()
2412 reserve_end = bitmap_records; in ntfs_mft_record_alloc()