Home
last modified time | relevance | path

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

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