Lines Matching refs:nr_bhs
932 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local
976 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0; in ntfs_write_mst_block()
1094 while (bhs[--nr_bhs] != rec_start_bh) in ntfs_write_mst_block()
1110 BUG_ON(nr_bhs >= max_bhs); in ntfs_write_mst_block()
1111 bhs[nr_bhs++] = bh; in ntfs_write_mst_block()
1116 if (!nr_bhs) in ntfs_write_mst_block()
1123 for (i = 0; i < nr_bhs; i++) { in ntfs_write_mst_block()
1193 for (i = 0; i < nr_bhs; i++) { in ntfs_write_mst_block()
1212 for (i = 0; i < nr_bhs; i++) { in ntfs_write_mst_block()
1236 for (i = 0; i < nr_bhs; i++) { in ntfs_write_mst_block()
1263 for (i = 0; i < nr_bhs; i++) { in ntfs_write_mst_block()