Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Daops.c929 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
965 bhs_per_rec = rec_size >> bh_size_bits; in ntfs_write_mst_block()
966 BUG_ON(!bhs_per_rec); in ntfs_write_mst_block()
1003 rec_block += bhs_per_rec; in ntfs_write_mst_block()
1127 if (i % bhs_per_rec) in ntfs_write_mst_block()
1154 } while (++i % bhs_per_rec); in ntfs_write_mst_block()
1183 } while (++i % bhs_per_rec); in ntfs_write_mst_block()
1244 if (i % bhs_per_rec) in ntfs_write_mst_block()
1264 if (!(i % bhs_per_rec)) { in ntfs_write_mst_block()