Home
last modified time | relevance | path

Searched refs:max_bhs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dmft.c459 int max_bhs = vol->mft_record_size / blocksize; in ntfs_sync_mft_mirror() local
469 BUG_ON(!max_bhs); in ntfs_sync_mft_mirror()
470 if (WARN_ON(max_bhs > MAX_BHS)) in ntfs_sync_mft_mirror()
569 BUG_ON(nr_bhs >= max_bhs); in ntfs_sync_mft_mirror()
571 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end)); in ntfs_sync_mft_mirror()
666 int max_bhs = vol->mft_record_size / blocksize; in write_mft_record_nolock() local
675 BUG_ON(!max_bhs); in write_mft_record_nolock()
677 if (WARN_ON(max_bhs > MAX_BHS)) { in write_mft_record_nolock()
756 BUG_ON(nr_bhs >= max_bhs); in write_mft_record_nolock()
758 BUG_ON((nr_bhs >= max_bhs) in write_mft_record_nolock()
[all...]
H A Daops.c912 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
935 max_bhs = PAGE_SIZE / bh_size; in ntfs_write_mst_block()
936 BUG_ON(!max_bhs); in ntfs_write_mst_block()
937 BUG_ON(max_bhs > MAX_BUF_PER_PAGE); in ntfs_write_mst_block()
1093 BUG_ON(nr_bhs >= max_bhs); in ntfs_write_mst_block()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dmft.c459 int max_bhs = vol->mft_record_size / blocksize; in ntfs_sync_mft_mirror() local
469 BUG_ON(!max_bhs); in ntfs_sync_mft_mirror()
470 if (WARN_ON(max_bhs > MAX_BHS)) in ntfs_sync_mft_mirror()
569 BUG_ON(nr_bhs >= max_bhs); in ntfs_sync_mft_mirror()
571 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end)); in ntfs_sync_mft_mirror()
666 int max_bhs = vol->mft_record_size / blocksize; in write_mft_record_nolock() local
675 BUG_ON(!max_bhs); in write_mft_record_nolock()
677 if (WARN_ON(max_bhs > MAX_BHS)) { in write_mft_record_nolock()
756 BUG_ON(nr_bhs >= max_bhs); in write_mft_record_nolock()
758 BUG_ON((nr_bhs >= max_bhs) in write_mft_record_nolock()
[all...]
H A Daops.c914 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
937 max_bhs = PAGE_SIZE / bh_size; in ntfs_write_mst_block()
938 BUG_ON(!max_bhs); in ntfs_write_mst_block()
939 BUG_ON(max_bhs > MAX_BUF_PER_PAGE); in ntfs_write_mst_block()
1095 BUG_ON(nr_bhs >= max_bhs); in ntfs_write_mst_block()

Completed in 12 milliseconds