• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/

Lines Matching refs:errcode_t

75 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
76 static errcode_t unix_close(io_channel channel);
77 static errcode_t unix_set_blksize(io_channel channel, int blksize);
78 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
80 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
82 static errcode_t unix_flush(io_channel channel);
83 static errcode_t unix_write_byte(io_channel channel, unsigned long offset,
85 static errcode_t unix_set_option(io_channel channel, const char *option,
122 static errcode_t raw_read_blk(io_channel channel,
127 errcode_t retval;
158 static errcode_t raw_read_blk(io_channel channel,
163 errcode_t retval;
209 static errcode_t raw_write_blk(io_channel channel,
217 errcode_t retval;
254 static errcode_t alloc_cache(io_channel channel,
257 errcode_t retval;
343 static errcode_t flush_cached_blocks(io_channel channel,
349 errcode_t retval, retval2;
374 static errcode_t unix_open(const char *name, int flags, io_channel *channel)
378 errcode_t retval;
474 static errcode_t unix_close(io_channel channel)
477 errcode_t retval = 0;
501 static errcode_t unix_set_blksize(io_channel channel, int blksize)
504 errcode_t retval;
525 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
530 errcode_t retval;
590 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
595 errcode_t retval = 0;
642 static errcode_t unix_write_byte(io_channel channel, unsigned long offset,
646 errcode_t retval = 0;
674 static errcode_t unix_flush(io_channel channel)
677 errcode_t retval = 0;
690 static errcode_t unix_set_option(io_channel channel, const char *option,