Searched refs:sparse_merge_blocks (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 132 static int sparse_merge_blocks(uint64_t start, uint64_t num) in sparse_merge_blocks() function 340 ret = sparse_merge_blocks(chunk_start, in f2fs_finalize_device() 348 ret = sparse_merge_blocks(chunk_start, in f2fs_finalize_device() 355 ret = sparse_merge_blocks(chunk_start, in f2fs_finalize_device()
|
/external/e2fsprogs/lib/ext2fs/ |
D | sparse_io.c | 271 static errcode_t sparse_merge_blocks(struct sparse_map *sm, uint64_t start, in sparse_merge_blocks() function 311 retval = sparse_merge_blocks(sm, chunk_start, i - chunk_start); in sparse_close_channel() 320 retval = sparse_merge_blocks(sm, chunk_start, in sparse_close_channel()
|