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

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 114 #define io_channel_flush(c) ((c)->manager->flush((c))) macro
closefs.c 433 retval = io_channel_flush(fs->io);
441 retval = io_channel_flush(fs->io);
undo_io.c 263 retval = io_channel_flush(data->undo_file);
312 retval = io_channel_flush(data->undo_file);
1018 retval = io_channel_flush(data->real);
mmp.c 143 io_channel_flush(fs->io);
test_io.c 124 retval = io_channel_flush(data->real);
  /external/e2fsprogs/resize/
resize2fs.c 1115 io_channel_flush(fs->io);
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c     [all...]
journal.c 156 return io_channel_flush(io) ? EIO : 0;
util.c 65 io_channel_flush(ctx->fs->io);
  /external/e2fsprogs/debugfs/
journal.c 162 return io_channel_flush(io) ? EIO : 0;

Completed in 656 milliseconds