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

  /external/e2fsprogs/lib/support/
quotaio_tree.c 75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) function
106 if (write_blk(h, info->dqi_blocks, buf) < 0) {
131 write_blk(h, blk, buf);
151 write_blk(h, nextblk, tmpbuf);
157 write_blk(h, prevblk, tmpbuf);
164 write_blk(h, blk, buf); /* No matter whether write succeeds
181 write_blk(h, blk, buf);
186 write_blk(h, info->dqi_free_entry, tmpbuf);
243 write_blk(h, blk, buf);
294 write_blk(h, *treeblk, buf)
    [all...]
  /external/f2fs-tools/fsck/
quotaio_tree.c 76 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) function
107 if (write_blk(h, info->dqi_blocks, buf) < 0) {
132 write_blk(h, blk, buf);
151 write_blk(h, nextblk, tmpbuf);
157 write_blk(h, prevblk, tmpbuf);
164 write_blk(h, blk, buf); /* No matter whether write succeeds
181 write_blk(h, blk, buf);
186 write_blk(h, info->dqi_free_entry, tmpbuf);
243 write_blk(h, blk, buf);
294 write_blk(h, *treeblk, buf)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 81 errcode_t (*write_blk)(io_channel channel, unsigned long block, member in struct:struct_io_manager
113 #define io_channel_write_blk(c,b,n,d) ((c)->manager->write_blk((c),b,n,d))
test_io.c 53 void (*write_blk)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
212 data->write_blk = test_io_cb_write_blk;
342 if (data->write_blk)
343 data->write_blk(block, count, retval);
346 "Test_io: write_blk(%lu, %d) returned %s\n",
539 .write_blk = test_write_blk,
io_manager.c 100 return (channel->manager->write_blk)(channel, (unsigned long) block,
inode_io.c 72 .write_blk = inode_write_blk,
sparse_io.c 512 .write_blk = sparse_write_blk,
531 .write_blk = sparse_write_blk,
dosio.c 71 .write_blk = dos_write_blk,
unix_io.c 1114 .write_blk = unix_write_blk,
1135 .write_blk = unix_write_blk,
nt_io.c 239 .write_blk = nt_write_blk,
undo_io.c 1092 .write_blk = undo_write_blk,

Completed in 184 milliseconds