Searched refs:block_given (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 1152 int status, new_blocks, i, block_given = 0; in ocfs2_add_branch() local 1213 &block_given); in ocfs2_add_branch() 1220 BUG_ON(block_given > new_blocks); in ocfs2_add_branch() 1222 if (block_given < new_blocks) { in ocfs2_add_branch() 1225 new_blocks - block_given, in ocfs2_add_branch() 1227 &new_eb_bhs[block_given]); in ocfs2_add_branch() 1354 int status, i, block_given = 0; in ocfs2_shift_tree_depth() local 1364 &block_given); in ocfs2_shift_tree_depth()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 1150 int status, new_blocks, i, block_given = 0; in ocfs2_add_branch() local 1211 &block_given); in ocfs2_add_branch() 1218 BUG_ON(block_given > new_blocks); in ocfs2_add_branch() 1220 if (block_given < new_blocks) { in ocfs2_add_branch() 1223 new_blocks - block_given, in ocfs2_add_branch() 1225 &new_eb_bhs[block_given]); in ocfs2_add_branch() 1352 int status, i, block_given = 0; in ocfs2_shift_tree_depth() local 1362 &block_given); in ocfs2_shift_tree_depth()
|
Completed in 17 milliseconds