Home
last modified time | relevance | path

Searched refs:get_oob_block (Results 1 – 4 of 4) sorted by relevance

/system/extras/ext4_utils/
Dindirect.c117 ind_block = get_oob_block(alloc, 0); in fill_dindirect_block()
147 dind_block = get_oob_block(alloc, 0); in fill_tindirect_block()
196 int ind_block = get_oob_block(alloc, 0); in inode_attach_indirect_blocks()
228 int dind_block = get_oob_block(alloc, 0); in inode_attach_dindirect_blocks()
260 int tind_block = get_oob_block(alloc, 0); in inode_attach_tindirect_blocks()
444 u32 dind_block = get_oob_block(alloc, 0); in inode_attach_resize()
Dallocate.h75 u32 get_oob_block(struct block_allocation *alloc, u32 block);
Dextent.c115 extent_block = get_oob_block(alloc, 0); in do_inode_allocate_extents()
Dallocate.c516 u32 get_oob_block(struct block_allocation *alloc, u32 block) in get_oob_block() function