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

  /external/e2fsprogs/lib/quota/
quotaio_tree.c 74 static int write_blk(struct quota_handle *h, uint blk, dqbuf_t buf) function
105 if (write_blk(h, info->dqi_blocks, buf) < 0) {
129 write_blk(h, blk, buf);
148 write_blk(h, nextblk, tmpbuf);
154 write_blk(h, prevblk, tmpbuf);
161 write_blk(h, blk, buf); /* No matter whether write succeeds
177 write_blk(h, blk, buf);
182 write_blk(h, info->dqi_free_entry, tmpbuf);
239 write_blk(h, blk, buf);
290 write_blk(h, *treeblk, buf)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 79 errcode_t (*write_blk)(io_channel channel, unsigned long block, member in struct:struct_io_manager
106 #define io_channel_write_blk(c,b,n,d) ((c)->manager->write_blk((c),b,n,d))
io_manager.c 99 return (channel->manager->write_blk)(channel, (unsigned long) block,
test_io.c 58 void (*write_blk)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
229 data->write_blk = test_io_cb_write_blk;
359 if (data->write_blk)
360 data->write_blk(block, count, retval);
363 "Test_io: write_blk(%lu, %d) returned %s\n",

Completed in 293 milliseconds