Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ntfs/
Daops.c915 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
951 bhs_per_rec = rec_size >> bh_size_bits; in ntfs_write_mst_block()
952 BUG_ON(!bhs_per_rec); in ntfs_write_mst_block()
989 rec_block += bhs_per_rec; in ntfs_write_mst_block()
1113 if (i % bhs_per_rec) in ntfs_write_mst_block()
1140 } while (++i % bhs_per_rec); in ntfs_write_mst_block()
1169 } while (++i % bhs_per_rec); in ntfs_write_mst_block()
1230 if (i % bhs_per_rec) in ntfs_write_mst_block()
1250 if (!(i % bhs_per_rec)) { in ntfs_write_mst_block()