Home
last modified time | relevance | path

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

12

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c205 retval = io_channel_read_blk(fs->image_io, blk++, in read_bitmaps()
225 retval = io_channel_read_blk(fs->image_io, blk++, in read_bitmaps()
251 retval = io_channel_read_blk(fs->io, blk, in read_bitmaps()
273 retval = io_channel_read_blk(fs->io, blk, in read_bitmaps()
Dopenfs.c142 retval = io_channel_read_blk(fs->io, 0, in ext2fs_open2()
178 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE, in ext2fs_open2()
314 retval = io_channel_read_blk(fs->io, group_block+1, in ext2fs_open2()
327 retval = io_channel_read_blk(fs->io, blk, 1, dest); in ext2fs_open2()
Dind_block.c35 retval = io_channel_read_blk(fs->io, blk, 1, buf); in ext2fs_read_ind_block()
Dundo_io.c143 retval = io_channel_read_blk(channel, 1, -SUPERBLOCK_SIZE, &super); in write_file_system_identity()
269 retval = io_channel_read_blk(data->real, backing_blk_num, in undo_write_tdb()
469 retval = io_channel_read_blk(data->real, block, count, buf); in undo_read_blk()
Dext_attr.c67 retval = io_channel_read_blk(fs->io, block, 1, buf); in ext2fs_read_ext_attr()
Ddirblock.c31 retval = io_channel_read_blk(fs->io, block, 1, buf); in ext2fs_read_dir_block2()
Dbmove.c66 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf); in process_block()
Dext2_io.h98 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d)) macro
Dinode.c367 retval = io_channel_read_blk(scan->fs->io, in get_next_blocks()
590 retval = io_channel_read_blk(io, block_nr, 1, in ext2fs_read_inode_full()
710 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.c49 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.c414 if ((retval = io_channel_read_blk(journal_dev->io, start, -1024, buf))) in ext2fs_add_journal_device()
Dtest_io.c317 retval = io_channel_read_blk(data->real, block, count, buf); in test_read_blk()
/external/e2fsprogs/debugfs/
Dunused.c42 retval = io_channel_read_blk(current_fs->io, blk, 1, buf); in do_dump_unused()
Dhtree.c180 errcode = io_channel_read_blk(current_fs->io, pblk, 1, buf); in htree_dump_int_block()
264 errcode = io_channel_read_blk(current_fs->io, blk, in do_htree_dump()
404 errcode = io_channel_read_blk(current_fs->io, *blocknr, 1, p->buf); in search_dir_block()
/external/e2fsprogs/e2fsck/
Dehandler.c46 error = io_channel_read_blk(channel, block, in e2fsck_handle_read_error()
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()
930 retval = io_channel_read_blk(fs->io, sb, -SUPERBLOCK_SIZE, in check_backup_super_block()
Dutil.c495 if (io_channel_read_blk(io, superblock, in get_backup_sb()
Dpass1.c215 if (io_channel_read_blk(fs->io, inode->i_block[0], 1, buf)) in e2fsck_pass1_check_symlink()
1618 retval = io_channel_read_blk(fs->io, blk, 1, block_buf); in handle_htree()
2500 pctx.errcode = io_channel_read_blk(fs->io, in new_table_block()
/external/e2fsprogs/misc/
De2undo.c49 retval = io_channel_read_blk(channel, 1, -SUPERBLOCK_SIZE, &super); in check_filesystem()
Dtune2fs.c200 if ((retval = io_channel_read_blk(jfs->io, 1, -1024, buf))) { in remove_journal_device()
1150 retval = io_channel_read_blk(fs->io, blk, 1, buf); in move_block()
1336 retval = io_channel_read_blk(fs->io, blk, in expand_inode_table()
Ddumpe2fs.c378 if ((retval = io_channel_read_blk(fs->io, fs->super->s_first_data_block+1, -1024, buf))) { in print_journal_information()
De2image.c427 retval = io_channel_read_blk(fs->io, blk, 1, buf); in output_meta_data_blocks()

12