/external/e2fsprogs/lib/ext2fs/ |
io_manager.c | 77 if (channel->manager->read_blk64) 78 return (channel->manager->read_blk64)(channel, block,
|
test_io.c | 56 void (*read_blk64)(unsigned long long block, int count, errcode_t err); member in struct:test_private_data 215 data->read_blk64 = test_io_cb_read_blk64; 369 if (data->read_blk64) 370 data->read_blk64(block, count, retval); 373 "Test_io: read_blk64(%llu, %d) returned %s\n", 544 .read_blk64 = test_read_blk64,
|
ext2_io.h | 89 errcode_t (*read_blk64)(io_channel channel, unsigned long long block, member in struct:struct_io_manager
|
inode_io.c | 75 .read_blk64 = inode_read_blk64,
|
sparse_io.c | 525 .read_blk64 = sparse_read_blk64, 544 .read_blk64 = sparse_read_blk64,
|
unix_io.c | 1234 .read_blk64 = unix_read_blk64, 1255 .read_blk64 = unix_read_blk64,
|
undo_io.c | 1097 .read_blk64 = undo_read_blk64,
|