Searched refs:new_io (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | openfs.c | 535 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) in ext2fs_set_data_io() argument 539 fs->io = new_io ? new_io : fs->image_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() argument 549 err = io_channel_set_blksize(new_io, fs->blocksize); in ext2fs_rewrite_to_io() 552 if ((new_io == fs->image_io) || (new_io == fs->io)) in ext2fs_rewrite_to_io() 559 fs->io = fs->image_io = new_io; in ext2fs_rewrite_to_io()
|
D | ext2fs.h | 1648 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io); 1649 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io);
|
/external/python/cpython2/Lib/test/ |
D | test_largefile.py | 127 if self.new_io: 135 if self.new_io: 143 if not self.new_io: 183 TestCase.new_io = _open is not open
|
/external/f2fs-tools/fsck/ |
D | quotaio.c | 185 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create()
|
D | quotaio.h | 170 int (*new_io) (struct quota_handle *h); member
|
D | quotaio_v2.c | 37 .new_io = v2_new_io,
|
/external/e2fsprogs/lib/support/ |
D | quotaio.c | 360 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create()
|
D | quotaio.h | 166 int (*new_io) (struct quota_handle *h); member
|
D | quotaio_v2.c | 36 .new_io = v2_new_io,
|
/external/crosvm/acpi_tables/src/ |
D | aml.rs | 501 pub fn new_io(min: T, max: T) -> Self { in new_io() method 1431 &AddressSpace::new_io(0x0u16, 0xcf7u16), in test_resource_template() 1432 &AddressSpace::new_io(0xd00u16, 0xffffu16), in test_resource_template()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 1139 def new_io : T_StoreImm_pred <mnemonic, OffsetOp, MajOp, PredNot, 1>; 1345 def S2_#NAME#new_io : T_store_io_nv <mnemonic, RC, ImmOp, MajOp>;
|