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 33 u32 get_oob_block(struct block_allocation *alloc, u32 block);
indirect.c 116 ind_block = get_oob_block(alloc, 0);
145 dind_block = get_oob_block(alloc, 0);
193 int ind_block = get_oob_block(alloc, 0);
224 int dind_block = get_oob_block(alloc, 0);
255 int tind_block = get_oob_block(alloc, 0);
438 u32 dind_block = get_oob_block(alloc, 0);
extent.c 93 extent_block = get_oob_block(alloc, 0);
allocate.c 499 u32 get_oob_block(struct block_allocation *alloc, u32 block) function

Completed in 752 milliseconds