Lines Matching defs:bhs
715 /* make sure both dirs have bhs
1302 /* make sure both dirs have bhs
1696 struct buffer_head **bhs = NULL;
1718 bhs = kcalloc(blocks, sizeof(struct buffer_head *), GFP_KERNEL);
1719 if (!bhs) {
1745 bhs[virtual] = sb_getblk(sb, p_blkno);
1746 if (!bhs[virtual]) {
1752 bhs[virtual]);
1755 bhs[virtual],
1762 memset(bhs[virtual]->b_data, 0, sb->s_blocksize);
1764 memcpy(bhs[virtual]->b_data, c,
1768 ocfs2_journal_dirty(handle, bhs[virtual]);
1778 if (bhs) {
1780 brelse(bhs[i]);
1781 kfree(bhs);