Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dalloc.c1164 struct buffer_head **new_eb_bhs = NULL; in ocfs2_add_branch() local
1208 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *), in ocfs2_add_branch()
1210 if (!new_eb_bhs) { in ocfs2_add_branch()
1217 meta_ac, new_eb_bhs); in ocfs2_add_branch()
1232 bh = new_eb_bhs[i]; in ocfs2_add_branch()
1319 get_bh(new_eb_bhs[0]); in ocfs2_add_branch()
1320 *last_eb_bh = new_eb_bhs[0]; in ocfs2_add_branch()
1324 if (new_eb_bhs) { in ocfs2_add_branch()
1326 brelse(new_eb_bhs[i]); in ocfs2_add_branch()
1327 kfree(new_eb_bhs); in ocfs2_add_branch()