Searched refs:get_oob_block (Results 1 - 4 of 4) sorted by relevance

/system/extras/ext4_utils/
H A Dallocate.h36 u32 get_oob_block(struct block_allocation *alloc, u32 block);
H A Dindirect.c117 ind_block = get_oob_block(alloc, 0);
147 dind_block = get_oob_block(alloc, 0);
196 int ind_block = get_oob_block(alloc, 0);
228 int dind_block = get_oob_block(alloc, 0);
260 int tind_block = get_oob_block(alloc, 0);
444 u32 dind_block = get_oob_block(alloc, 0);
H A Dextent.c95 extent_block = get_oob_block(alloc, 0);
H A Dallocate.c519 u32 get_oob_block(struct block_allocation *alloc, u32 block) function

Completed in 86 milliseconds