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

  /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);
373 read_blk(h, blk, buf);
409 read_blk(h, *blk, buf);
459 read_blk(h, blk, buf)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 79 errcode_t (*read_blk)(io_channel channel, unsigned long block, member in struct:struct_io_manager
112 #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,
io_manager.c 84 return (channel->manager->read_blk)(channel, (unsigned long) block,
inode_io.c 71 .read_blk = inode_read_blk,
sparse_io.c 511 .read_blk = sparse_read_blk,
530 .read_blk = sparse_read_blk,
dosio.c 70 .read_blk = dos_read_blk,
unix_io.c 1113 .read_blk = unix_read_blk,
1134 .read_blk = unix_read_blk,
nt_io.c 238 .read_blk = nt_read_blk,
undo_io.c 1091 .read_blk = undo_read_blk,

Completed in 135 milliseconds