Home
last modified time | relevance | path

Searched refs:new_eb_bhs (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Dalloc.c1166 struct buffer_head **new_eb_bhs = NULL; in ocfs2_add_branch() local
1210 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *), in ocfs2_add_branch()
1212 if (!new_eb_bhs) { in ocfs2_add_branch()
1219 meta_ac, new_eb_bhs); in ocfs2_add_branch()
1234 bh = new_eb_bhs[i]; in ocfs2_add_branch()
1321 get_bh(new_eb_bhs[0]); in ocfs2_add_branch()
1322 *last_eb_bh = new_eb_bhs[0]; in ocfs2_add_branch()
1326 if (new_eb_bhs) { in ocfs2_add_branch()
1328 brelse(new_eb_bhs[i]); in ocfs2_add_branch()
1329 kfree(new_eb_bhs); in ocfs2_add_branch()