Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.c1158 int status, new_blocks, i, block_given = 0; in ocfs2_add_branch() local
1219 &block_given); in ocfs2_add_branch()
1226 BUG_ON(block_given > new_blocks); in ocfs2_add_branch()
1228 if (block_given < new_blocks) { in ocfs2_add_branch()
1231 new_blocks - block_given, in ocfs2_add_branch()
1233 &new_eb_bhs[block_given]); in ocfs2_add_branch()
1360 int status, i, block_given = 0; in ocfs2_shift_tree_depth() local
1370 &block_given); in ocfs2_shift_tree_depth()