/external/e2fsprogs/lib/ext2fs/ |
ext2_io.h | 34 errcode_t magic; 38 errcode_t (*read_error)(io_channel channel, 44 errcode_t error); 45 errcode_t (*write_error)(io_channel channel, 51 errcode_t error); 67 errcode_t magic; 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 [all...] |
ext2fs.h | 200 errcode_t magic; 213 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks); 214 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino); 215 errcode_t (*write_bitmaps)(ext2_filsys fs); 216 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino, 218 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino, 246 errcode_t (*get_alloc_block)(ext2_filsys fs, blk64_t goal, 563 extern errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, int mode, 565 extern errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, 567 extern errcode_t ext2fs_get_free_blocks(ext2_filsys fs, blk_t start [all...] |
brel.h | 37 errcode_t (*put)(ext2_brel brel, blk_t old, 43 errcode_t (*get)(ext2_brel brel, blk_t old, 49 errcode_t (*start_iter)(ext2_brel brel); 55 errcode_t (*next)(ext2_brel brel, blk_t *old, 62 errcode_t (*move)(ext2_brel brel, blk_t old, blk_t new); 67 errcode_t (*delete)(ext2_brel brel, blk_t old); 73 errcode_t (*free)(ext2_brel brel); 76 errcode_t ext2fs_brel_memarray_create(char *name, blk_t max_block,
|
write_bb_file.c | 17 errcode_t ext2fs_write_bb_FILE(ext2_badblocks_list bb_list, 23 errcode_t retval;
|
irel.h | 35 errcode_t (*put)(ext2_irel irel, ext2_ino_t old, 40 errcode_t (*get)(ext2_irel irel, ext2_ino_t old, 46 errcode_t (*get_by_orig)(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old, 52 errcode_t (*start_iter)(ext2_irel irel); 58 errcode_t (*next)(ext2_irel irel, ext2_ino_t *old, 65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, 72 errcode_t (*start_iter_ref)(ext2_irel irel, ext2_ino_t ino); 79 errcode_t (*next_ref)(ext2_irel irel, 86 errcode_t (*move)(ext2_irel irel, ext2_ino_t old, ext2_ino_t new); 92 errcode_t (*delete)(ext2_irel irel, ext2_ino_t old) [all...] |
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, 82 errcode_t ext2fs_inode_io_intern2(ext2_filsys fs, ext2_ino_t ino [all...] |
brel_ma.c | 29 static errcode_t bma_put(ext2_brel brel, blk_t old, 31 static errcode_t bma_get(ext2_brel brel, blk_t old, 33 static errcode_t bma_start_iter(ext2_brel brel); 34 static errcode_t bma_next(ext2_brel brel, blk_t *old, 36 static errcode_t bma_move(ext2_brel brel, blk_t old, blk_t new); 37 static errcode_t bma_delete(ext2_brel brel, blk_t old); 38 static errcode_t bma_free(ext2_brel brel); 46 errcode_t ext2fs_brel_memarray_create(char *name, blk_t max_block, 50 errcode_t retval; 104 static errcode_t bma_put(ext2_brel brel, blk_t old [all...] |
bitmaps.c | 40 errcode_t ext2fs_copy_bitmap(ext2fs_generic_bitmap src, 51 errcode_t ext2fs_allocate_inode_bitmap(ext2_filsys fs, 70 errcode_t ext2fs_allocate_block_bitmap(ext2_filsys fs, 90 errcode_t ext2fs_fudge_inode_bitmap_end(ext2fs_inode_bitmap bitmap, 100 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, 119 errcode_t ext2fs_resize_inode_bitmap(__u32 new_end, __u32 new_real_end, 126 errcode_t ext2fs_resize_block_bitmap(__u32 new_end, __u32 new_real_end, 133 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, 141 errcode_t ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1, 149 errcode_t ext2fs_set_inode_bitmap_range(ext2fs_inode_bitmap bmap [all...] |
undo_io.c | 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, 108 errcode_t set_undo_io_backing_manager(io_manager manager) 117 errcode_t set_undo_io_backup_file(char *file_name [all...] |
bb_compat.c | 29 errcode_t badblocks_list_create(badblocks_list *ret, int size) 39 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) 49 errcode_t badblocks_list_iterate_begin(badblocks_list bb,
|
test_io.c | 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); 55 void (*read_blk64)(unsigned long long block, int count, errcode_t err); 56 void (*write_blk64)(unsigned long long block, int count, errcode_t err); 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 [all...] |
fileio.c | 22 errcode_t magic; 35 errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino, 40 errcode_t retval; 82 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino, 102 errcode_t ext2fs_file_flush(ext2_file_t file) 104 errcode_t retval; 140 static errcode_t sync_buffer_position(ext2_file_t file) 143 errcode_t retval; 165 static errcode_t load_buffer(ext2_file_t file, int dontfill) 168 errcode_t retval [all...] |
io_manager.c | 22 errcode_t io_channel_set_options(io_channel channel, const char *opts) 24 errcode_t retval = 0; 59 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset, 71 errcode_t io_channel_read_blk64(io_channel channel, unsigned long long block, 87 errcode_t io_channel_write_blk64(io_channel channel, unsigned long long block,
|
irel_ma.c | 26 static errcode_t ima_put(ext2_irel irel, ext2_ino_t old, 28 static errcode_t ima_get(ext2_irel irel, ext2_ino_t old, 30 static errcode_t ima_get_by_orig(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old, 32 static errcode_t ima_start_iter(ext2_irel irel); 33 static errcode_t ima_next(ext2_irel irel, ext2_ino_t *old, 35 static errcode_t ima_add_ref(ext2_irel irel, ext2_ino_t ino, 37 static errcode_t ima_start_iter_ref(ext2_irel irel, ext2_ino_t ino); 38 static errcode_t ima_next_ref(ext2_irel irel, struct ext2_inode_reference *ref); 39 static errcode_t ima_move(ext2_irel irel, ext2_ino_t old, ext2_ino_t new); 40 static errcode_t ima_delete(ext2_irel irel, ext2_ino_t old) [all...] |
dirblock.c | 22 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, 25 errcode_t retval; 61 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, 68 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, 72 errcode_t retval; 110 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block,
|
ext_attr.c | 63 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) 65 errcode_t retval; 76 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) 78 errcode_t retval; 102 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, 106 errcode_t retval;
|
badblocks.c | 32 static errcode_t make_u32_list(int size, int num, __u32 *list, 36 errcode_t retval; 62 errcode_t ext2fs_u32_list_create(ext2_u32_list *ret, int size) 70 errcode_t ext2fs_badblocks_list_create(ext2_badblocks_list *ret, int size) 79 errcode_t ext2fs_u32_copy(ext2_u32_list src, ext2_u32_list *dest) 81 errcode_t retval; 90 errcode_t ext2fs_badblocks_copy(ext2_badblocks_list src, 107 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) 109 errcode_t retval; 153 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk [all...] |
dblist.c | 29 errcode_t ext2fs_get_num_dirs(ext2_filsys fs, ext2_ino_t *ret_num_dirs) 56 static errcode_t make_dblist(ext2_filsys fs, ext2_ino_t size, ext2_ino_t count, 61 errcode_t retval; 110 errcode_t ext2fs_init_dblist(ext2_filsys fs, ext2_dblist *ret_dblist) 113 errcode_t retval; 131 errcode_t ext2fs_copy_dblist(ext2_dblist src, ext2_dblist *dest) 134 errcode_t retval; 155 errcode_t ext2fs_add_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk, 159 errcode_t retval; 188 errcode_t ext2fs_set_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk [all...] |
namei.c | 23 static errcode_t open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, 27 static errcode_t follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, 33 errcode_t retval; 75 static errcode_t dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, 85 errcode_t retval; 113 static errcode_t open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, 120 errcode_t retval; 150 errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, 154 errcode_t retval; 169 errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd [all...] |
getsectsize.c | 44 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) 70 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize)
|
/external/e2fsprogs/lib/et/ |
error_table.h | 26 extern const char *error_table_name(errcode_t num);
|
com_err.h | 22 typedef long errcode_t; typedef 34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt, 47 extern errcode_t add_error_table(const struct error_table * et); 48 extern errcode_t remove_error_table(const struct error_table * et);
|
et_name.c | 24 errcode_t num;
|
com_err.c | 26 default_com_err_proc (const char *whoami, errcode_t code, const 31 default_com_err_proc (const char *whoami, errcode_t code, const 64 typedef void (*errf) (const char *, errcode_t, const char *, va_list); 68 void com_err_va (const char *whoami, errcode_t code, const char *fmt, 75 errcode_t code,
|
/external/e2fsprogs/resize/ |
resize2fs.h | 108 errcode_t (*progress)(ext2_resize_t rfs, int pass, 125 extern errcode_t resize_fs(ext2_filsys fs, blk_t *new_size, int flags, 126 errcode_t (*progress)(ext2_resize_t rfs, 130 extern errcode_t adjust_fs_info(ext2_filsys fs, ext2_filsys old_fs, 137 extern errcode_t ext2fs_create_extent_table(ext2_extent *ret_extent, 140 extern errcode_t ext2fs_add_extent_entry(ext2_extent extent, 144 extern errcode_t ext2fs_iterate_extent(ext2_extent extent, __u32 *old_loc, 148 extern errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt, 152 extern errcode_t ext2fs_progress_init(ext2_sim_progmeter *ret_prog,
|