Home
last modified time | relevance | path

Searched refs:io_channel_read_blk (Results 1 – 25 of 28) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c210 retval = io_channel_read_blk(fs->image_io, blk, in read_bitmaps()
219 retval = io_channel_read_blk(fs->image_io, blk, in read_bitmaps()
235 retval = io_channel_read_blk(fs->io, blk, in read_bitmaps()
256 retval = io_channel_read_blk(fs->io, blk, in read_bitmaps()
Dopenfs.c138 retval = io_channel_read_blk(fs->io, 0, in ext2fs_open2()
174 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE, in ext2fs_open2()
293 retval = io_channel_read_blk(fs->io, blk, 1, dest); in ext2fs_open2()
Dind_block.c33 retval = io_channel_read_blk(fs->io, blk, 1, buf); in ext2fs_read_ind_block()
Dext_attr.c30 retval = io_channel_read_blk(fs->io, block, 1, buf); in ext2fs_read_ext_attr()
Dext2_io.h84 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d)) macro
Ddirblock.c31 retval = io_channel_read_blk(fs->io, block, 1, buf); in ext2fs_read_dir_block2()
Dbmove.c62 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf); in process_block()
Dinode.c347 retval = io_channel_read_blk(scan->fs->io, in get_next_blocks()
570 retval = io_channel_read_blk(io, block_nr, 1, in ext2fs_read_inode_full()
694 retval = io_channel_read_blk(fs->io, block_nr, 1, in ext2fs_write_inode_full()
Dnamei.c54 retval = io_channel_read_blk(fs->io, ei.i_block[0], 1, buffer); in follow_link()
Dbmap.c48 retval = io_channel_read_blk(fs->io, ind, 1, block_buf); in block_ind_bmap()
Dfileio.c178 retval = io_channel_read_blk(fs->io, in load_buffer()
Dimager.c84 retval = io_channel_read_blk(fs->io, blk, c, buf); in ext2fs_image_inode_write()
Dmkjournal.c293 if ((retval = io_channel_read_blk(journal_dev->io, start, -1024, buf))) in ext2fs_add_journal_device()
Dtest_io.c300 retval = io_channel_read_blk(data->real, block, count, buf); in test_read_blk()
/external/e2fsprogs/debugfs/
Dhtree.c167 errcode = io_channel_read_blk(current_fs->io, pblk, 1, buf); in htree_dump_int_block()
243 errcode = io_channel_read_blk(current_fs->io, inode.i_block[0], in do_htree_dump()
372 errcode = io_channel_read_blk(current_fs->io, *blocknr, 1, p->buf); in search_dir_block()
Dunused.c42 retval = io_channel_read_blk(current_fs->io, blk, 1, buf); in do_dump_unused()
/external/e2fsprogs/e2fsck/
Dehandler.c45 error = io_channel_read_blk(channel, block, in e2fsck_handle_read_error()
Dswapfs.c133 retval = io_channel_read_blk(fs->io, in swap_inodes()
Dsuper.c106 pb->errcode = io_channel_read_blk(fs->io, blk, 1, in release_inode_block()
128 pb->errcode = io_channel_read_blk(fs->io, blk, 1, in release_inode_block()
Dutil.c451 if (io_channel_read_blk(io, superblock, in get_backup_sb()
Dpass1.c189 if (io_channel_read_blk(fs->io, inode->i_block[0], 1, buf)) in e2fsck_pass1_check_symlink()
1441 retval = io_channel_read_blk(fs->io, blk, 1, block_buf); in handle_htree()
2062 pctx.errcode = io_channel_read_blk(fs->io, in new_table_block()
/external/e2fsprogs/misc/
Ddumpe2fs.c294 if ((retval = io_channel_read_blk(fs->io, fs->super->s_first_data_block+1, -1024, buf))) { in print_journal_information()
De2image.c418 retval = io_channel_read_blk(fs->io, blk, 1, buf); in output_meta_data_blocks()
Dtune2fs.c181 if ((retval = io_channel_read_blk(jfs->io, 1, -1024, buf))) { in remove_journal_device()
/external/e2fsprogs/resize/
Dresize2fs.c993 retval = io_channel_read_blk(fs->io, old_blk, c, in block_mover()
1446 retval = io_channel_read_blk(fs->io, old_blk, in move_itables()

12