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

  /external/qemu/distrib/ext4_utils/src/
allocate.h 36 u32 get_oob_block(struct block_allocation *alloc, u32 block);
indirect.c 115 ind_block = get_oob_block(alloc, 0);
145 dind_block = get_oob_block(alloc, 0);
194 int ind_block = get_oob_block(alloc, 0);
226 int dind_block = get_oob_block(alloc, 0);
258 int tind_block = get_oob_block(alloc, 0);
442 u32 dind_block = get_oob_block(alloc, 0);
extent.c 94 extent_block = get_oob_block(alloc, 0);
allocate.c 497 u32 get_oob_block(struct block_allocation *alloc, u32 block) function
  /system/extras/ext4_utils/
indirect.c 115 ind_block = get_oob_block(alloc, 0);
145 dind_block = get_oob_block(alloc, 0);
194 int ind_block = get_oob_block(alloc, 0);
226 int dind_block = get_oob_block(alloc, 0);
258 int tind_block = get_oob_block(alloc, 0);
442 u32 dind_block = get_oob_block(alloc, 0);
allocate.h 51 u32 get_oob_block(struct block_allocation *alloc, u32 block);
extent.c 94 extent_block = get_oob_block(alloc, 0);
allocate.c 498 u32 get_oob_block(struct block_allocation *alloc, u32 block) function

Completed in 511 milliseconds