Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:io_channel

49 static errcode_t inode_open(const char *name, int flags, io_channel *channel);
50 static errcode_t inode_close(io_channel channel);
51 static errcode_t inode_set_blksize(io_channel channel, int blksize);
52 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
54 static errcode_t inode_write_blk(io_channel channel, unsigned long block,
56 static errcode_t inode_flush(io_channel channel);
57 static errcode_t inode_write_byte(io_channel channel, unsigned long offset,
59 static errcode_t inode_read_blk64(io_channel channel,
61 static errcode_t inode_write_blk64(io_channel channel,
115 static errcode_t inode_open(const char *name, int flags, io_channel *channel)
117 io_channel io = NULL;
174 static errcode_t inode_close(io_channel channel)
195 static errcode_t inode_set_blksize(io_channel channel, int blksize)
208 static errcode_t inode_read_blk64(io_channel channel,
228 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
234 static errcode_t inode_write_blk64(io_channel channel,
254 static errcode_t inode_write_blk(io_channel channel, unsigned long block,
260 static errcode_t inode_write_byte(io_channel channel, unsigned long offset,
280 static errcode_t inode_flush(io_channel channel)