Searched refs:io_channel_read_blk (Results 1 - 25 of 30) 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.c142 retval = io_channel_read_blk(fs->io, 0,
178 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE,
314 retval = io_channel_read_blk(fs->io, group_block+1,
327 retval = io_channel_read_blk(fs->io, blk, 1, dest);
H A Drw_bitmaps.c205 retval = io_channel_read_blk(fs->image_io, blk++,
225 retval = io_channel_read_blk(fs->image_io, blk++,
251 retval = io_channel_read_blk(fs->io, blk,
273 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.c66 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf);
H A Dext2_io.h98 #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.c367 retval = io_channel_read_blk(scan->fs->io,
590 retval = io_channel_read_blk(io, block_nr, 1,
710 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 Dsuper.c106 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
128 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
930 retval = io_channel_read_blk(fs->io, sb, -SUPERBLOCK_SIZE,
H A Dutil.c495 if (io_channel_read_blk(io, superblock,
H A Dpass1.c215 if (io_channel_read_blk(fs->io, inode->i_block[0], 1, buf))
1618 retval = io_channel_read_blk(fs->io, blk, 1, block_buf);
2500 pctx.errcode = io_channel_read_blk(fs->io,
/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))) {
1150 retval = io_channel_read_blk(fs->io, blk, 1, buf);
1336 retval = io_channel_read_blk(fs->io, blk,
H A Ddumpe2fs.c378 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 1188 milliseconds

12