• 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

51 	void (*read_blk)(unsigned long block, int count, errcode_t err);
52 void (*write_blk)(unsigned long block, int count, errcode_t err);
53 void (*set_blksize)(int blksize, errcode_t err);
54 void (*write_byte)(unsigned long block, int count, errcode_t err);
57 static errcode_t test_open(const char *name, int flags, io_channel *channel);
58 static errcode_t test_close(io_channel channel);
59 static errcode_t test_set_blksize(io_channel channel, int blksize);
60 static errcode_t test_read_blk(io_channel channel, unsigned long block,
62 static errcode_t test_write_blk(io_channel channel, unsigned long block,
64 static errcode_t test_flush(io_channel channel);
65 static errcode_t test_write_byte(io_channel channel, unsigned long offset,
67 static errcode_t test_set_option(io_channel channel, const char *option,
91 (unsigned long block, int count, errcode_t err) = 0;
93 (unsigned long block, int count, errcode_t err) = 0;
95 (int blksize, errcode_t err) = 0;
97 (unsigned long block, int count, errcode_t err) = 0;
164 static errcode_t test_open(const char *name, int flags, io_channel *channel)
168 errcode_t retval;
242 static errcode_t test_close(io_channel channel)
245 errcode_t retval = 0;
267 static errcode_t test_set_blksize(io_channel channel, int blksize)
270 errcode_t retval = 0;
289 static errcode_t test_read_blk(io_channel channel, unsigned long block,
293 errcode_t retval = 0;
316 static errcode_t test_write_blk(io_channel channel, unsigned long block,
320 errcode_t retval = 0;
343 static errcode_t test_write_byte(io_channel channel, unsigned long offset,
347 errcode_t retval = 0;
367 static errcode_t test_flush(io_channel channel)
370 errcode_t retval = 0;
386 static errcode_t test_set_option(io_channel channel, const char *option,
390 errcode_t retval = 0;