Home
last modified time | relevance | path

Searched refs:read_blk64 (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dio_manager.c77 if (channel->manager->read_blk64) in io_channel_read_blk64()
78 return (channel->manager->read_blk64)(channel, block, in io_channel_read_blk64()
Dtest_io.c56 void (*read_blk64)(unsigned long long block, int count, errcode_t err); member
215 data->read_blk64 = test_io_cb_read_blk64; in test_open()
369 if (data->read_blk64) in test_read_blk64()
370 data->read_blk64(block, count, retval); in test_read_blk64()
544 .read_blk64 = test_read_blk64,
Dext2_io.h89 errcode_t (*read_blk64)(io_channel channel, unsigned long long block, member
Dsparse_io.c525 .read_blk64 = sparse_read_blk64,
544 .read_blk64 = sparse_read_blk64,
Dinode_io.c75 .read_blk64 = inode_read_blk64,
Dunix_io.c1234 .read_blk64 = unix_read_blk64,
1255 .read_blk64 = unix_read_blk64,
Dundo_io.c1097 .read_blk64 = undo_read_blk64,