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

  /external/e2fsprogs/e2fsck/
jfs_user.h 39 io_channel b_io; member in struct:buffer_head
journal.c 138 bh->b_io = kdev->k_ctx->fs->io;
140 bh->b_io = kdev->k_ctx->journal_io;
169 retval = io_channel_read_blk64(bh->b_io,
184 retval = io_channel_write_blk64(bh->b_io,
  /external/e2fsprogs/debugfs/
journal.c 144 bh->b_io = kdev->k_fs->io;
146 bh->b_io = kdev->k_fs->journal_io;
175 retval = io_channel_read_blk64(bh->b_io,
190 retval = io_channel_write_blk64(bh->b_io,

Completed in 89 milliseconds