Searched refs:get_block (Results 1 - 3 of 3) sorted by last modified time

/system/extras/ext4_utils/
H A Dallocate.c506 u32 get_block(struct block_allocation *alloc, u32 block) function
H A Dallocate.h35 u32 get_block(struct block_allocation *alloc, u32 block);
H A Dindirect.c107 ind_block[i] = get_block(alloc, i);
175 inode->i_block[i] = get_block(alloc, i);
457 get_block(alloc, 0));
464 dind_block_data[i] = get_block(alloc, r);
468 ind_block_data[r * aux_info.blocks_per_ind + j - 1] = get_block(alloc, b);

Completed in 89 milliseconds