Home
last modified time | relevance | path

Searched refs:read_blk (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext2_io.h64 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))
Dtest_io.c51 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()