Searched defs:read_blk (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h77 errcode_t (*read_blk)(io_channel channel, unsigned long block, member in struct:struct_io_manager
105 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d))
H A Dtest_io.c57 void (*read_blk)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
228 data->read_blk = test_io_cb_read_blk;
332 if (data->read_blk)
333 data->read_blk(block, count, retval);
336 "Test_io: read_blk(%lu, %d) returned %s\n",
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c61 static void read_blk(struct quota_handle *h, uint blk, dqbuf_t buf) function
100 read_blk(h, blk, buf);
145 read_blk(h, nextblk, tmpbuf);
151 read_blk(h, prevblk, tmpbuf);
179 read_blk(h, info->dqi_free_entry, tmpbuf);
209 read_blk(h, blk, buf);
270 read_blk(h, *treeblk, buf);
363 read_blk(h, blk, buf);
399 read_blk(h, *blk, buf);
449 read_blk(
[all...]

Completed in 631 milliseconds