Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dopenfs.c155 retval = io_channel_read_blk(fs->io, 0, in ext2fs_open2()
191 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE, in ext2fs_open2()
355 retval = io_channel_read_blk(fs->io, group_block+1, in ext2fs_open2()
Dind_block.c35 retval = io_channel_read_blk(fs->io, blk, 1, buf); in ext2fs_read_ind_block()
Dext2_io.h105 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d)) macro
Dbmap.c49 retval = io_channel_read_blk(fs->io, ind, 1, block_buf); in block_ind_bmap()
Dtest_io.c331 retval = io_channel_read_blk(data->real, block, count, buf); in test_read_blk()
/external/e2fsprogs/e2fsck/
Dsuper.c928 retval = io_channel_read_blk(fs->io, sb, -SUPERBLOCK_SIZE, in check_backup_super_block()