HomeSort by relevance Sort by last modified time
    Searched refs:sparse_write_blk (Results 1 - 2 of 2) sorted by null

  /external/f2fs-tools/lib/
libf2fs_io.c 98 static int sparse_write_blk(__u64 block, int count, const void *buf) function
124 return sparse_write_blk(block, nr_blocks, data);
153 static int sparse_write_blk(__u64 block, int count, const void *buf) { return 0; } function
200 return sparse_write_blk(offset / F2FS_BLKSIZE,
  /external/e2fsprogs/lib/ext2fs/
sparse_io.c 57 static errcode_t sparse_write_blk(io_channel channel, unsigned long block,
79 return sparse_write_blk(sm->channel, block, nr_blocks, data);
451 static errcode_t sparse_write_blk(io_channel channel, unsigned long block, function
512 .write_blk = sparse_write_blk,
531 .write_blk = sparse_write_blk,

Completed in 188 milliseconds