new_eb_bh 157 fs/ocfs2/alloc.c struct buffer_head **new_eb_bh, new_eb_bh 1357 fs/ocfs2/alloc.c struct buffer_head *new_eb_bh = NULL; new_eb_bh 1364 fs/ocfs2/alloc.c &new_eb_bh, 1, new_eb_bh 1368 fs/ocfs2/alloc.c &new_eb_bh); new_eb_bh 1379 fs/ocfs2/alloc.c eb = (struct ocfs2_extent_block *) new_eb_bh->b_data; new_eb_bh 1386 fs/ocfs2/alloc.c status = ocfs2_journal_access_eb(handle, et->et_ci, new_eb_bh, new_eb_bh 1399 fs/ocfs2/alloc.c ocfs2_journal_dirty(handle, new_eb_bh); new_eb_bh 1426 fs/ocfs2/alloc.c *ret_new_eb_bh = new_eb_bh; new_eb_bh 1427 fs/ocfs2/alloc.c new_eb_bh = NULL; new_eb_bh 1430 fs/ocfs2/alloc.c brelse(new_eb_bh); new_eb_bh 6654 fs/ocfs2/alloc.c struct buffer_head **new_eb_bh, new_eb_bh 6691 fs/ocfs2/alloc.c new_eb_bh[i] = sb_getblk(osb->sb, bf->free_blk); new_eb_bh 6692 fs/ocfs2/alloc.c if (new_eb_bh[i] == NULL) { new_eb_bh 6702 fs/ocfs2/alloc.c ocfs2_set_new_buffer_uptodate(et->et_ci, new_eb_bh[i]); new_eb_bh 6705 fs/ocfs2/alloc.c new_eb_bh[i], new_eb_bh 6712 fs/ocfs2/alloc.c memset(new_eb_bh[i]->b_data, 0, osb->sb->s_blocksize); new_eb_bh 6713 fs/ocfs2/alloc.c eb = (struct ocfs2_extent_block *) new_eb_bh[i]->b_data; new_eb_bh 6730 fs/ocfs2/alloc.c ocfs2_journal_dirty(handle, new_eb_bh[i]); new_eb_bh 6744 fs/ocfs2/alloc.c brelse(new_eb_bh[i]);