new_eb_bhs 1156 fs/ocfs2/alloc.c struct buffer_head **new_eb_bhs = NULL; new_eb_bhs 1200 fs/ocfs2/alloc.c new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *), new_eb_bhs 1202 fs/ocfs2/alloc.c if (!new_eb_bhs) { new_eb_bhs 1213 fs/ocfs2/alloc.c new_eb_bhs, new_blocks, new_eb_bhs 1228 fs/ocfs2/alloc.c &new_eb_bhs[block_given]); new_eb_bhs 1244 fs/ocfs2/alloc.c bh = new_eb_bhs[i]; new_eb_bhs 1331 fs/ocfs2/alloc.c get_bh(new_eb_bhs[0]); new_eb_bhs 1332 fs/ocfs2/alloc.c *last_eb_bh = new_eb_bhs[0]; new_eb_bhs 1336 fs/ocfs2/alloc.c if (new_eb_bhs) { new_eb_bhs 1338 fs/ocfs2/alloc.c brelse(new_eb_bhs[i]); new_eb_bhs 1339 fs/ocfs2/alloc.c kfree(new_eb_bhs);