Home
last modified time | relevance | path

Searched defs:new_io (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dopenfs.c535 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) in ext2fs_set_data_io()
543 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io) in ext2fs_rewrite_to_io()
/external/e2fsprogs/lib/support/
Dquotaio.h166 int (*new_io) (struct quota_handle *h); member
/external/f2fs-tools/fsck/
Dquotaio.h170 int (*new_io) (struct quota_handle *h); member
/external/crosvm/acpi_tables/src/
Daml.rs501 pub fn new_io(min: T, max: T) -> Self { in new_io() method