Home
last modified time | relevance | path

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

12

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c198 retval = io_channel_read_blk(fs->image_io, blk++, in read_bitmaps()
218 retval = io_channel_read_blk(fs->image_io, blk++, in read_bitmaps()
244 retval = io_channel_read_blk(fs->io, blk, in read_bitmaps()
266 retval = io_channel_read_blk(fs->io, blk, in read_bitmaps()
Dopenfs.c140 retval = io_channel_read_blk(fs->io, 0, in ext2fs_open2()
176 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE, in ext2fs_open2()
312 retval = io_channel_read_blk(fs->io, group_block+1, in ext2fs_open2()
325 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.c62 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf); in process_block()
Dext2_io.h97 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d)) macro
Dinode.c368 retval = io_channel_read_blk(scan->fs->io, in get_next_blocks()
591 retval = io_channel_read_blk(io, block_nr, 1, in ext2fs_read_inode_full()
711 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()
Dfileio.c178 retval = io_channel_read_blk(fs->io, in load_buffer()
Dbmap.c49 retval = io_channel_read_blk(fs->io, ind, 1, block_buf); in block_ind_bmap()
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()
922 retval = io_channel_read_blk(fs->io, sb, -SUPERBLOCK_SIZE, in check_backup_super_block()
Dswapfs.c133 retval = io_channel_read_blk(fs->io, in swap_inodes()
Dutil.c495 if (io_channel_read_blk(io, superblock, in get_backup_sb()
/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()
1100 retval = io_channel_read_blk(fs->io, blk, 1, buf); in move_block()
1286 retval = io_channel_read_blk(fs->io, blk, in expand_inode_table()
Ddumpe2fs.c364 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