HomeSort by relevance Sort by last modified time
    Searched refs:new_io (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/lib/ext2fs/
openfs.c 521 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io)
525 fs->io = new_io ? new_io : fs->image_io;
529 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io)
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;
ext2fs.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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/python/cpython2/Lib/test/
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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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/
quotaio.c 175 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) {
176 log_err("qh_ops->new_io failed");
quotaio.h 159 int (*new_io) (struct quota_handle *h); member in struct:quotafile_ops
quotaio_v2.c 37 .new_io = v2_new_io,
  /external/e2fsprogs/lib/support/
quotaio.c 380 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) {
381 log_err("qh_ops->new_io failed");
quotaio.h 166 int (*new_io) (struct quota_handle *h); member in struct:quotafile_ops
quotaio_v2.c 36 .new_io = v2_new_io,

Completed in 287 milliseconds