/external/e2fsprogs/lib/ext2fs/ |
D | ext2_io.h | 28 typedef struct struct_io_channel *io_channel; typedef 38 errcode_t (*read_error)(io_channel channel, 45 errcode_t (*write_error)(io_channel channel, 69 errcode_t (*open)(const char *name, int flags, io_channel *channel); 70 errcode_t (*close)(io_channel channel); 71 errcode_t (*set_blksize)(io_channel channel, int blksize); 72 errcode_t (*read_blk)(io_channel channel, unsigned long block, 74 errcode_t (*write_blk)(io_channel channel, unsigned long block, 76 errcode_t (*flush)(io_channel channel); 77 errcode_t (*write_byte)(io_channel channel, unsigned long offset, [all …]
|
D | inode_io.c | 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) in inode_open() [all …]
|
D | test_io.c | 46 io_channel real; 59 static errcode_t test_open(const char *name, int flags, io_channel *channel); 60 static errcode_t test_close(io_channel channel); 61 static errcode_t test_set_blksize(io_channel channel, int blksize); 62 static errcode_t test_read_blk(io_channel channel, unsigned long block, 64 static errcode_t test_write_blk(io_channel channel, unsigned long block, 66 static errcode_t test_read_blk64(io_channel channel, unsigned long long block, 68 static errcode_t test_write_blk64(io_channel channel, unsigned long long block, 70 static errcode_t test_flush(io_channel channel); 71 static errcode_t test_write_byte(io_channel channel, unsigned long offset, [all …]
|
D | undo_io.c | 64 io_channel real; 73 static errcode_t undo_open(const char *name, int flags, io_channel *channel); 74 static errcode_t undo_close(io_channel channel); 75 static errcode_t undo_set_blksize(io_channel channel, int blksize); 76 static errcode_t undo_read_blk(io_channel channel, unsigned long block, 78 static errcode_t undo_write_blk(io_channel channel, unsigned long block, 80 static errcode_t undo_flush(io_channel channel); 81 static errcode_t undo_write_byte(io_channel channel, unsigned long offset, 83 static errcode_t undo_set_option(io_channel channel, const char *option, 128 static errcode_t write_file_system_identity(io_channel undo_channel, in write_file_system_identity() [all …]
|
D | dosio.c | 54 static errcode_t dos_open(const char *dev, int flags, io_channel *channel); 55 static errcode_t dos_close(io_channel channel); 56 static errcode_t dos_set_blksize(io_channel channel, int blksize); 57 static errcode_t dos_read_blk(io_channel channel, unsigned long block, 59 static errcode_t dos_write_blk(io_channel channel, unsigned long block, 61 static errcode_t dos_flush(io_channel channel); 148 static io_channel alloc_io_channel(PARTITION *part) in alloc_io_channel() 150 io_channel ioch; in alloc_io_channel() 152 ioch = (io_channel)malloc(sizeof(struct struct_io_channel)); in alloc_io_channel() 179 static errcode_t dos_open(const char *dev, int flags, io_channel *channel) in dos_open() [all …]
|
D | unix_io.c | 98 static errcode_t unix_open(const char *name, int flags, io_channel *channel); 99 static errcode_t unix_close(io_channel channel); 100 static errcode_t unix_set_blksize(io_channel channel, int blksize); 101 static errcode_t unix_read_blk(io_channel channel, unsigned long block, 103 static errcode_t unix_write_blk(io_channel channel, unsigned long block, 105 static errcode_t unix_flush(io_channel channel); 106 static errcode_t unix_write_byte(io_channel channel, unsigned long offset, 108 static errcode_t unix_set_option(io_channel channel, const char *option, 110 static errcode_t unix_get_stats(io_channel channel, io_stats *stats) 112 static void reuse_cache(io_channel channel, struct unix_private_data *data, [all …]
|
D | io_manager.c | 22 errcode_t io_channel_set_options(io_channel channel, const char *opts) in io_channel_set_options() 59 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset, in io_channel_write_byte() 71 errcode_t io_channel_read_blk64(io_channel channel, unsigned long long block, in io_channel_read_blk64() 87 errcode_t io_channel_write_blk64(io_channel channel, unsigned long long block, in io_channel_write_blk64()
|
D | nt_io.c | 223 static errcode_t nt_open(const char *name, int flags, io_channel *channel); 224 static errcode_t nt_close(io_channel channel); 225 static errcode_t nt_set_blksize(io_channel channel, int blksize); 226 static errcode_t nt_read_blk(io_channel channel, unsigned long block, 228 static errcode_t nt_write_blk(io_channel channel, unsigned long block, 230 static errcode_t nt_flush(io_channel channel); 1076 nt_open(const char *name, int flags, io_channel *channel) in nt_open() 1078 io_channel io = NULL; in nt_open() 1097 io = (io_channel) malloc(sizeof(struct struct_io_channel)); in nt_open() 1222 nt_close(io_channel channel) in nt_close() [all …]
|
D | ext2_err.et.in | 27 "Wrong magic number for io_channel structure" 30 "Wrong magic number for unix io_channel structure" 45 "Wrong magic number for test io_channel structure" 54 "Wrong magic number for Powerquest io_channel structure" 63 "Wrong magic number for inode io_channel structure"
|
D | openfs.c | 372 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io) in ext2fs_get_data_io() 382 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) in ext2fs_set_data_io() 390 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io) in ext2fs_rewrite_to_io()
|
D | ext2fs.h | 201 io_channel io; 241 io_channel image_io; 1095 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io); 1096 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io); 1097 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io);
|
D | inode.c | 529 io_channel io; in ext2fs_read_inode_full()
|
/external/e2fsprogs/e2fsck/ |
D | ehandler.c | 22 static errcode_t e2fsck_handle_read_error(io_channel channel, in e2fsck_handle_read_error() 69 static errcode_t e2fsck_handle_write_error(io_channel channel, in e2fsck_handle_write_error() 123 void ehandler_init(io_channel channel) in ehandler_init()
|
D | e2fsck.h | 302 io_channel journal_io; 433 extern void ehandler_init(io_channel channel); 498 io_channel channel); 500 io_channel channel);
|
D | jfs_user.h | 19 io_channel b_io;
|
D | util.c | 273 void init_resource_track(struct resource_track *track, io_channel channel) in init_resource_track() 317 struct resource_track *track, io_channel channel) in print_resource_track() 452 io_channel io = NULL; in get_backup_sb()
|
D | journal.c | 98 io_channel io; in sync_blockdev()
|
/external/e2fsprogs/misc/ |
D | e2undo.c | 40 static int check_filesystem(TDB_CONTEXT *tdb, io_channel channel) in check_filesystem() 96 static int set_blk_size(TDB_CONTEXT *tdb, io_channel channel) in set_blk_size() 126 io_channel channel; in main()
|
D | e2image.c | 565 io_channel io, image_io; in install_image()
|
D | mke2fs.c | 1905 io_channel channel; in should_do_undo()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 53 io_channel data_io = 0; in open_filesystem()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4902 The io_channel abstraction now has an optional interface, 5633 The io_channel structure has a new element, app_data, which is 5755 Other structures, such as the io_channel and the inode_cache, now have
|