HomeSort by relevance Sort by last modified time
    Searched refs:get_oob_block (Results 1 - 4 of 4) sorted by null

  /system/extras/ext4_utils/
allocate.h 38 u32 get_oob_block(struct block_allocation *alloc, u32 block);
indirect.c 117 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);
extent.c 95 extent_block = get_oob_block(alloc, 0);
allocate.c 530 u32 get_oob_block(struct block_allocation *alloc, u32 block) function

Completed in 130 milliseconds