Lines Matching defs:bhs
991 struct buffer_head *bhs[])
1016 bhs[i] = sb_getblk(osb->sb, first_blkno);
1017 if (bhs[i] == NULL) {
1022 ocfs2_set_new_buffer_uptodate(et->et_ci, bhs[i]);
1025 bhs[i],
1032 memset(bhs[i]->b_data, 0, osb->sb->s_blocksize);
1033 eb = (struct ocfs2_extent_block *) bhs[i]->b_data;
1050 ocfs2_journal_dirty(handle, bhs[i]);
1060 brelse(bhs[i]);
1061 bhs[i] = NULL;