Lines Matching defs:bhs
717 /* make sure both dirs have bhs
1305 /* make sure both dirs have bhs
1700 struct buffer_head **bhs = NULL;
1722 bhs = kcalloc(blocks, sizeof(struct buffer_head *), GFP_KERNEL);
1723 if (!bhs) {
1749 bhs[virtual] = sb_getblk(sb, p_blkno);
1750 if (!bhs[virtual]) {
1756 bhs[virtual]);
1759 bhs[virtual],
1766 memset(bhs[virtual]->b_data, 0, sb->s_blocksize);
1768 memcpy(bhs[virtual]->b_data, c,
1772 ocfs2_journal_dirty(handle, bhs[virtual]);
1782 if (bhs) {
1784 brelse(bhs[i]);
1785 kfree(bhs);