Home
last modified time | relevance | path

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

/third_party/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
216 data->read_blk64 = test_io_cb_read_blk64; in test_open()
373 if (data->read_blk64) in test_read_blk64()
374 data->read_blk64(block, count, retval); in test_read_blk64()
548 .read_blk64 = test_read_blk64,
Dext2_io.h90 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.c1391 .read_blk64 = unix_read_blk64,
1412 .read_blk64 = unix_read_blk64,
Dwindows_io.c1034 .read_blk64 = windows_read_blk64,
Dundo_io.c1099 .read_blk64 = undo_read_blk64,