Searched refs:io_channel_write_blk (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dind_block.c63 return io_channel_write_blk(fs->io, blk, 1, buf);
H A Dext2_io.h106 #define io_channel_write_blk(c,b,n,d) ((c)->manager->write_blk((c),b,n,d)) macro
H A Dbmap.c59 return io_channel_write_blk(fs->io, ind, 1, block_buf);
81 retval = io_channel_write_blk(fs->io, ind, 1, block_buf);
H A Dtest_io.c358 retval = io_channel_write_blk(data->real, block, count, buf);

Completed in 89 milliseconds