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

/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h79 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))
H A Dtest_io.c58 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",
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c74 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(
[all...]

Completed in 82 milliseconds