Home
last modified time | relevance | path

Searched refs:io_channel_read_blk64 (Results 1 – 25 of 32) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c210 retval = io_channel_read_blk64(fs->image_io, blk++, in read_bitmaps()
230 retval = io_channel_read_blk64(fs->image_io, blk++, in read_bitmaps()
256 retval = io_channel_read_blk64(fs->io, blk, in read_bitmaps()
278 retval = io_channel_read_blk64(fs->io, blk, in read_bitmaps()
Dundo_io.c151 retval = io_channel_read_blk64(channel, 1, -SUPERBLOCK_SIZE, &super); in write_file_system_identity()
277 retval = io_channel_read_blk64(data->real, backing_blk_num, in undo_write_tdb()
478 retval = io_channel_read_blk64(data->real, block, count, buf); in undo_read_blk64()
Dio_manager.c71 errcode_t io_channel_read_blk64(io_channel channel, unsigned long long block, in io_channel_read_blk64() function
Ddirblock.c31 retval = io_channel_read_blk64(fs->io, block, 1, buf); in ext2fs_read_dir_block3()
Dext_attr.c67 retval = io_channel_read_blk64(fs->io, block, 1, buf); in ext2fs_read_ext_attr2()
Dbmove.c66 retval = io_channel_read_blk64(fs->io, orig, 1, pb->buf); in process_block()
Dfileio.c196 retval = io_channel_read_blk64(fs->io, in load_buffer()
428 retval = io_channel_read_blk64(fs->io, blk, 1, b); in ext2fs_file_zero_past_offset()
Dext2_io.h116 extern errcode_t io_channel_read_blk64(io_channel channel,
Dinode.c367 retval = io_channel_read_blk64(scan->fs->io, in get_next_blocks()
593 retval = io_channel_read_blk64(io, block_nr, 1, in ext2fs_read_inode_full()
716 retval = io_channel_read_blk64(fs->io, block_nr, 1, in ext2fs_write_inode_full()
Dnamei.c61 retval = io_channel_read_blk64(fs->io, blk, 1, buffer); in follow_link()
Dimager.c85 retval = io_channel_read_blk64(fs->io, blk, c, buf); in ext2fs_image_inode_write()
Dopenfs.c370 retval = io_channel_read_blk64(fs->io, blk, 1, dest); in ext2fs_open2()
Dmkjournal.c450 if ((retval = io_channel_read_blk64(journal_dev->io, start, -1024, in ext2fs_add_journal_device()
Dtest_io.c385 retval = io_channel_read_blk64(data->real, block, count, buf); in test_read_blk64()
/external/e2fsprogs/debugfs/
Dzap.c145 errcode = io_channel_read_blk64(current_fs->io, block, 1, buf); in do_zap_block()
224 errcode = io_channel_read_blk64(current_fs->io, block, 1, buf); in do_block_dump()
Dhtree.c179 errcode = io_channel_read_blk64(current_fs->io, pblk, 1, buf); in htree_dump_int_block()
239 errcode = io_channel_read_blk64(current_fs->io, blk, in do_htree_dump()
378 errcode = io_channel_read_blk64(current_fs->io, *blocknr, 1, p->buf); in search_dir_block()
Dunused.c42 retval = io_channel_read_blk64(current_fs->io, blk, 1, buf); in do_dump_unused()
/external/e2fsprogs/e2fsck/
Dehandler.c46 error = io_channel_read_blk64(channel, block, in e2fsck_handle_read_error()
Dsuper.c108 pb->errcode = io_channel_read_blk64(fs->io, blk, 1, in release_inode_block()
130 pb->errcode = io_channel_read_blk64(fs->io, blk, 1, in release_inode_block()
Dutil.c550 if (io_channel_read_blk64(io, superblock, in get_backup_sb()
/external/e2fsprogs/misc/
De2undo.c48 retval = io_channel_read_blk64(channel, 1, -SUPERBLOCK_SIZE, &super); in check_filesystem()
Dtune2fs.c226 if ((retval = io_channel_read_blk64(jfs->io, 1, -1024, buf))) { in remove_journal_device()
1435 retval = io_channel_read_blk64(fs->io, blk, 1, buf); in move_block()
1623 retval = io_channel_read_blk64(fs->io, blk, in expand_inode_table()
Ddumpe2fs.c410 if ((retval = io_channel_read_blk64(fs->io, in print_journal_information()
De2image.c650 retval = io_channel_read_blk64(fs->io, blk, 1, buf); in output_meta_data_blocks()
1173 retval = io_channel_read_blk64(fs->io, blk, 1, buf); in output_qcow2_meta_data_blocks()
/external/e2fsprogs/debian/
De2fslibs.symbols536 io_channel_read_blk64@Base 1.41.1

12