HomeSort by relevance Sort by last modified time
    Searched defs:read_blk (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 77 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))
test_io.c 57 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/
quotaio_tree.c 61 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(h, blk, buf)
    [all...]

Completed in 1863 milliseconds