Searched refs:get_block (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Dindirect.c105 ind_block[i] = get_block(alloc, i);
173 inode->i_block[i] = get_block(alloc, i);
455 get_block(alloc, 0));
462 dind_block_data[i] = get_block(alloc, r);
466 ind_block_data[r * aux_info.blocks_per_ind + j - 1] = get_block(alloc, b);
H A Dallocate.h74 u32 get_block(struct block_allocation *alloc, u32 block);
H A Dallocate.c489 u32 get_block(struct block_allocation *alloc, u32 block) function

Completed in 1412 milliseconds