Searched refs:read_blk64 (Results 1 – 7 of 7) sorted by relevance
/external/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 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,
|
D | ext2_io.h | 89 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 | 1234 .read_blk64 = unix_read_blk64, 1255 .read_blk64 = unix_read_blk64,
|
D | undo_io.c | 1097 .read_blk64 = undo_read_blk64,
|