Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c1155 struct buffer_head **new_eb_bhs = NULL; in ocfs2_add_branch() local
1199 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *), in ocfs2_add_branch()
1201 if (!new_eb_bhs) { in ocfs2_add_branch()
1212 new_eb_bhs, new_blocks, in ocfs2_add_branch()
1227 &new_eb_bhs[block_given]); in ocfs2_add_branch()
1234 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be in ocfs2_add_branch()
1236 * conversly, new_eb_bhs[0] is the new bottommost leaf. in ocfs2_add_branch()
1243 bh = new_eb_bhs[i]; in ocfs2_add_branch()
1330 get_bh(new_eb_bhs[0]); in ocfs2_add_branch()
1331 *last_eb_bh = new_eb_bhs[ in ocfs2_add_branch()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c1153 struct buffer_head **new_eb_bhs = NULL; in ocfs2_add_branch() local
1197 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *), in ocfs2_add_branch()
1199 if (!new_eb_bhs) { in ocfs2_add_branch()
1210 new_eb_bhs, new_blocks, in ocfs2_add_branch()
1225 &new_eb_bhs[block_given]); in ocfs2_add_branch()
1232 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be in ocfs2_add_branch()
1234 * conversly, new_eb_bhs[0] is the new bottommost leaf. in ocfs2_add_branch()
1241 bh = new_eb_bhs[i]; in ocfs2_add_branch()
1328 get_bh(new_eb_bhs[0]); in ocfs2_add_branch()
1329 *last_eb_bh = new_eb_bhs[ in ocfs2_add_branch()
[all...]

Completed in 10 milliseconds