Searched refs:read_blk (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_io.h | 72 errcode_t (*read_blk)(io_channel channel, unsigned long block, member 97 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d))
|
D | test_io.c | 51 void (*read_blk)(unsigned long block, int count, errcode_t err); member 219 data->read_blk = test_io_cb_read_blk; in test_open() 318 if (data->read_blk) in test_read_blk() 319 data->read_blk(block, count, retval); in test_read_blk()
|
D | io_manager.c | 83 return (channel->manager->read_blk)(channel, (unsigned long) block, in io_channel_read_blk64()
|