Lines Matching defs:bhs
989 struct buffer_head *bhs[])
1014 bhs[i] = sb_getblk(osb->sb, first_blkno);
1015 if (bhs[i] == NULL) {
1020 ocfs2_set_new_buffer_uptodate(et->et_ci, bhs[i]);
1023 bhs[i],
1030 memset(bhs[i]->b_data, 0, osb->sb->s_blocksize);
1031 eb = (struct ocfs2_extent_block *) bhs[i]->b_data;
1048 ocfs2_journal_dirty(handle, bhs[i]);
1058 brelse(bhs[i]);
1059 bhs[i] = NULL;