Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dalloc.c1170 struct buffer_head **new_eb_bhs = NULL; in ocfs2_add_branch() local
1214 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *), in ocfs2_add_branch()
1216 if (!new_eb_bhs) { in ocfs2_add_branch()
1227 new_eb_bhs, new_blocks, in ocfs2_add_branch()
1242 &new_eb_bhs[block_given]); in ocfs2_add_branch()
1258 bh = new_eb_bhs[i]; in ocfs2_add_branch()
1345 get_bh(new_eb_bhs[0]); in ocfs2_add_branch()
1346 *last_eb_bh = new_eb_bhs[0]; in ocfs2_add_branch()
1350 if (new_eb_bhs) { in ocfs2_add_branch()
1352 brelse(new_eb_bhs[i]); in ocfs2_add_branch()
[all …]