Searched refs:io_channel_read_blk (Results 1 – 8 of 8) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | ind_block.c | 36 retval = io_channel_read_blk(fs->io, blk, 1, buf); in ext2fs_read_ind_block()
|
D | openfs.c | 191 retval = io_channel_read_blk(fs->io, 0, in ext2fs_open2() 228 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE, in ext2fs_open2() 436 retval = io_channel_read_blk(fs->io, group_block + in ext2fs_open2()
|
D | ext2_io.h | 116 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d)) macro
|
D | bmap.c | 50 retval = io_channel_read_blk(fs->io, ind, 1, block_buf); in block_ind_bmap()
|
D | blknum.c | 231 retval = io_channel_read_blk(fs->io, blk, 1, buf); in ext2fs_group_desc()
|
D | test_io.c | 318 retval = io_channel_read_blk(data->real, block, count, buf); in test_read_blk()
|
/third_party/e2fsprogs/e2fsck/ |
D | super.c | 1145 retval = io_channel_read_blk(fs->io, sb, -SUPERBLOCK_SIZE, in check_backup_super_block()
|
/third_party/e2fsprogs/misc/ |
D | fuse2fs.c | 3427 err = io_channel_read_blk(fs->io, blk, 1, *buf); in clean_block_middle() 3460 err = io_channel_read_blk(fs->io, blk, 1, *buf); in clean_block_edge()
|