Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dextent.h24 struct block_allocation* inode_allocate_file_extents(
Dextent.c225 struct block_allocation* inode_allocate_file_extents(struct ext4_inode *inode, u64 len, in inode_allocate_file_extents() function
Dcontents.c196 struct block_allocation* alloc = inode_allocate_file_extents(inode, len, filename); in make_file()