Searched refs:new_io (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dopenfs.c443 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) argument
447 fs->io = new_io ? new_io : fs->image_io;
451 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io) argument
457 err = io_channel_set_blksize(new_io, fs->blocksize);
460 if ((new_io == fs->image_io) || (new_io == fs->io))
467 fs->io = fs->image_io = new_io;
H A Dext2fs.h1383 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io);
1384 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io);
/external/e2fsprogs/lib/quota/
H A Dquotaio.h114 int (*new_io) (struct quota_handle *h); member in struct:quotafile_ops
H A Dquotaio.c327 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) {
328 log_err("qh_ops->new_io failed");
H A Dquotaio_v2.c35 .new_io = v2_new_io,

Completed in 705 milliseconds