Searched refs:block_to_sparse_block (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | sparse_io.c | 358 static blk64_t block_to_sparse_block(blk64_t block, blk64_t *offset, in block_to_sparse_block() function 391 cur_block = block_to_sparse_block(block, &offset, channel, sm); in sparse_read_blk64() 398 cur_block = block_to_sparse_block(block + i, &offset, in sparse_read_blk64() 431 cur_block = block_to_sparse_block(block, &offset, channel, in sparse_write_blk64() 443 cur_block = block_to_sparse_block(block + i, &offset, in sparse_write_blk64() 477 cur_block = block_to_sparse_block(blk + i, &offset, channel, in sparse_discard()
|