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

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 79 errcode_t (*read_blk)(io_channel channel, unsigned long block, member in struct:struct_io_manager
113 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d))
test_io.c 52 void (*read_blk)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
211 data->read_blk = test_io_cb_read_blk;
315 if (data->read_blk)
316 data->read_blk(block, count, retval);
319 "Test_io: read_blk(%lu, %d) returned %s\n",
538 .read_blk = test_read_blk,
  /external/e2fsprogs/lib/support/
quotaio_tree.c 62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) function
101 read_blk(h, blk, buf);
148 read_blk(h, nextblk, tmpbuf);
154 read_blk(h, prevblk, tmpbuf);
183 read_blk(h, info->dqi_free_entry, tmpbuf);
213 read_blk(h, blk, buf);
274 read_blk(h, *treeblk, buf);
370 read_blk(h, blk, buf);
406 read_blk(h, *blk, buf);
456 read_blk(h, blk, buf)
    [all...]
  /external/f2fs-tools/fsck/
quotaio_tree.c 63 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) function
102 read_blk(h, blk, buf);
148 read_blk(h, nextblk, tmpbuf);
154 read_blk(h, prevblk, tmpbuf);
183 read_blk(h, info->dqi_free_entry, tmpbuf);
213 read_blk(h, blk, buf);
274 read_blk(h, *treeblk, buf);
379 read_blk(h, blk, buf);
415 read_blk(h, *blk, buf);
465 read_blk(h, blk, buf)
    [all...]

Completed in 159 milliseconds