Searched refs:read_blk (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_io.h | 64 errcode_t (*read_blk)(io_channel channel, unsigned long block, member 84 #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 204 data->read_blk = test_io_cb_read_blk; in test_open() 301 if (data->read_blk) in test_read_blk() 302 data->read_blk(block, count, retval); in test_read_blk()
|