Searched refs:read_blk64 (Results 1 – 8 of 8) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | io_manager.c | 77 if (channel->manager->read_blk64) in io_channel_read_blk64() 78 return (channel->manager->read_blk64)(channel, block, in io_channel_read_blk64()
|
D | test_io.c | 56 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,
|
D | ext2_io.h | 90 errcode_t (*read_blk64)(io_channel channel, unsigned long long block, member
|
D | sparse_io.c | 525 .read_blk64 = sparse_read_blk64, 544 .read_blk64 = sparse_read_blk64,
|
D | inode_io.c | 75 .read_blk64 = inode_read_blk64,
|
D | unix_io.c | 1391 .read_blk64 = unix_read_blk64, 1412 .read_blk64 = unix_read_blk64,
|
D | windows_io.c | 1034 .read_blk64 = windows_read_blk64,
|
D | undo_io.c | 1099 .read_blk64 = undo_read_blk64,
|