Source Code (Use browser search to find items of interest.)

Class Index

kfloppy'struct_io_channel (./kdeutils/kfloppy/e2fs/lib/ext2fs/io.h:23)

struct struct_io_channel {
	int		magic;
	io_manager	manager;
	char		*name;
	int		block_size;
	errcode_t	(*read_error)(io_channel channel,
				      unsigned long block,
				      int count,
				      void *data,
				      size_t size,
				      int actual_bytes_read,
				      errcode_t	error);
	errcode_t	(*write_error)(io_channel channel,
				       unsigned long block,
				       int count,
				       const void *data,
				       size_t size,
				       int actual_bytes_written,
				       errcode_t error);
	int		reserved[16];
	void		*private_data;
};