Searched defs:new_io (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dopenfs.c521 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) argument
525 fs->io = new_io ? new_io : fs->image_io;
529 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io) argument
535 err = io_channel_set_blksize(new_io, fs->blocksize);
538 if ((new_io == fs->image_io) || (new_io == fs->io))
545 fs->io = fs->image_io = new_io;
/external/e2fsprogs/lib/support/
H A Dquotaio.h166 int (*new_io) (struct quota_handle *h); member in struct:quotafile_ops
/external/f2fs-tools/fsck/
H A Dquotaio.h159 int (*new_io) (struct quota_handle *h); member in struct:quotafile_ops

Completed in 194 milliseconds