Searched refs:io_channel_read_blk (Results 1 - 25 of 31) sorted by relevance

12

/external/e2fsprogs/debugfs/
H A Dunused.c42 retval = io_channel_read_blk(current_fs->io, blk, 1, buf);
H A Dhtree.c180 errcode = io_channel_read_blk(current_fs->io, pblk, 1, buf);
264 errcode = io_channel_read_blk(current_fs->io, blk,
404 errcode = io_channel_read_blk(current_fs->io, *blocknr, 1, p->buf);
/external/e2fsprogs/lib/ext2fs/
H A Dind_block.c35 retval = io_channel_read_blk(fs->io, blk, 1, buf);
H A Dopenfs.c140 retval = io_channel_read_blk(fs->io, 0,
176 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE,
312 retval = io_channel_read_blk(fs->io, group_block+1,
325 retval = io_channel_read_blk(fs->io, blk, 1, dest);
H A Drw_bitmaps.c198 retval = io_channel_read_blk(fs->image_io, blk++,
218 retval = io_channel_read_blk(fs->image_io, blk++,
244 retval = io_channel_read_blk(fs->io, blk,
266 retval = io_channel_read_blk(fs->io, blk,
H A Ddirblock.c31 retval = io_channel_read_blk(fs->io, block, 1, buf);
H A Dext_attr.c67 retval = io_channel_read_blk(fs->io, block, 1, buf);
H A Dundo_io.c143 retval = io_channel_read_blk(channel, 1, -SUPERBLOCK_SIZE, &super);
269 retval = io_channel_read_blk(data->real, backing_blk_num,
469 retval = io_channel_read_blk(data->real, block, count, buf);
H A Dbmove.c62 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf);
H A Dext2_io.h97 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d)) macro
H A Dnamei.c54 retval = io_channel_read_blk(fs->io, ei.i_block[0], 1, buffer);
H A Dbmap.c49 retval = io_channel_read_blk(fs->io, ind, 1, block_buf);
H A Dfileio.c178 retval = io_channel_read_blk(fs->io,
H A Dimager.c84 retval = io_channel_read_blk(fs->io, blk, c, buf);
H A Dinode.c368 retval = io_channel_read_blk(scan->fs->io,
591 retval = io_channel_read_blk(io, block_nr, 1,
711 retval = io_channel_read_blk(fs->io, block_nr, 1,
H A Dmkjournal.c414 if ((retval = io_channel_read_blk(journal_dev->io, start, -1024, buf)))
H A Dtest_io.c317 retval = io_channel_read_blk(data->real, block, count, buf);
/external/e2fsprogs/e2fsck/
H A Dehandler.c46 error = io_channel_read_blk(channel, block,
H A Dswapfs.c133 retval = io_channel_read_blk(fs->io,
H A Dsuper.c106 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
128 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
922 retval = io_channel_read_blk(fs->io, sb, -SUPERBLOCK_SIZE,
H A Dutil.c495 if (io_channel_read_blk(io, superblock,
/external/e2fsprogs/misc/
H A De2undo.c49 retval = io_channel_read_blk(channel, 1, -SUPERBLOCK_SIZE, &super);
H A Dtune2fs.c200 if ((retval = io_channel_read_blk(jfs->io, 1, -1024, buf))) {
1100 retval = io_channel_read_blk(fs->io, blk, 1, buf);
1286 retval = io_channel_read_blk(fs->io, blk,
H A Ddumpe2fs.c364 if ((retval = io_channel_read_blk(fs->io, fs->super->s_first_data_block+1, -1024, buf))) {
H A De2image.c427 retval = io_channel_read_blk(fs->io, blk, 1, buf);

Completed in 117 milliseconds

12