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

/linux-4.1.27/fs/ntfs/
H A Dmft.c476 int i_bhs, nr_bhs, err = 0; ntfs_sync_mft_mirror() local
586 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) { ntfs_sync_mft_mirror()
587 struct buffer_head *tbh = bhs[i_bhs]; ntfs_sync_mft_mirror()
598 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) { ntfs_sync_mft_mirror()
599 struct buffer_head *tbh = bhs[i_bhs]; ntfs_sync_mft_mirror()
613 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) ntfs_sync_mft_mirror()
614 clear_buffer_dirty(bhs[i_bhs]); ntfs_sync_mft_mirror()
680 int i_bhs, nr_bhs, err = 0; write_mft_record_nolock() local
779 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) { write_mft_record_nolock()
780 struct buffer_head *tbh = bhs[i_bhs]; write_mft_record_nolock()
794 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) { write_mft_record_nolock()
795 struct buffer_head *tbh = bhs[i_bhs]; write_mft_record_nolock()
827 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) write_mft_record_nolock()
828 clear_buffer_dirty(bhs[i_bhs]); write_mft_record_nolock()

Completed in 47 milliseconds