Searched refs:new_io (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | openfs.c | 533 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) in ext2fs_set_data_io() argument 537 fs->io = new_io ? new_io : fs->image_io; in ext2fs_set_data_io() 541 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io) in ext2fs_rewrite_to_io() argument 547 err = io_channel_set_blksize(new_io, fs->blocksize); in ext2fs_rewrite_to_io() 550 if ((new_io == fs->image_io) || (new_io == fs->io)) in ext2fs_rewrite_to_io() 557 fs->io = fs->image_io = new_io; in ext2fs_rewrite_to_io()
|
D | ext2fs.h | 1615 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io); 1616 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 | 177 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create()
|
D | quotaio.h | 159 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 | 385 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/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>;
|