• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/

Lines Matching refs:io_channel

71 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
72 static errcode_t unix_close(io_channel channel);
73 static errcode_t unix_set_blksize(io_channel channel, int blksize);
74 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
76 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
78 static errcode_t unix_flush(io_channel channel);
79 static errcode_t unix_write_byte(io_channel channel, unsigned long offset,
81 static errcode_t unix_set_option(io_channel channel, const char *option,
84 static void reuse_cache(io_channel channel, struct unix_private_data *data,
118 static errcode_t raw_read_blk(io_channel channel,
154 static errcode_t raw_read_blk(io_channel channel,
205 static errcode_t raw_write_blk(io_channel channel,
250 static errcode_t alloc_cache(io_channel channel,
323 static void reuse_cache(io_channel channel, struct unix_private_data *data,
338 static errcode_t flush_cached_blocks(io_channel channel,
369 static errcode_t unix_open(const char *name, int flags, io_channel *channel)
371 io_channel io = NULL;
460 static errcode_t unix_close(io_channel channel)
486 static errcode_t unix_set_blksize(io_channel channel, int blksize)
510 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
575 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
627 static errcode_t unix_write_byte(io_channel channel, unsigned long offset,
659 static errcode_t unix_flush(io_channel channel)
675 static errcode_t unix_set_option(io_channel channel, const char *option,