Searched refs:errcode_t (Results 51 - 75 of 117) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dmkjournal.c44 errcode_t ext2fs_create_journal_superblock(ext2_filsys fs,
48 errcode_t retval;
92 static errcode_t write_journal_file(ext2_filsys fs, char *filename,
95 errcode_t retval;
144 errcode_t err;
157 errcode_t retval;
195 static errcode_t write_journal_inode(ext2_filsys fs, ext2_ino_t journal_ino,
199 errcode_t retval;
273 errcode_t ext2fs_add_journal_device(ext2_filsys fs, ext2_filsys journal_dev)
276 errcode_t retva
[all...]
H A Dinode.c32 errcode_t magic;
46 errcode_t (*done_group)(ext2_filsys fs,
59 errcode_t ext2fs_flush_icache(ext2_filsys fs)
73 static errcode_t create_icache(ext2_filsys fs)
75 errcode_t retval;
105 errcode_t ext2fs_open_inode_scan(ext2_filsys fs, int buffer_blocks,
109 errcode_t retval;
110 errcode_t (*save_get_blocks)(ext2_filsys f, ext2_ino_t ino, blk_t *blocks);
188 errcode_t (*done_group)(ext2_filsys fs,
219 static errcode_t get_next_blockgrou
[all...]
H A Dbmove.c29 errcode_t error;
40 errcode_t retval;
90 errcode_t ext2fs_move_blocks(ext2_filsys fs,
97 errcode_t retval;
H A Dext2fsP.h59 errcode_t errcode;
H A Ddupfs.c22 errcode_t ext2fs_dup_handle(ext2_filsys src, ext2_filsys *dest)
25 errcode_t retval;
H A Dunlink.c70 errcode_t ext2fs_unlink(ext2_filsys fs, ext2_ino_t dir,
74 errcode_t retval;
H A Dtst_badblocks.c68 static errcode_t create_test_list(blk_t *vec, badblocks_list *ret)
70 errcode_t retval;
94 errcode_t retval;
174 errcode_t retval;
220 errcode_t retval;
272 errcode_t retval;
H A Dclosefs.c128 static errcode_t write_primary_superblock(ext2_filsys fs,
133 errcode_t retval;
186 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group,
206 errcode_t ext2fs_flush(ext2_filsys fs)
209 errcode_t retval;
365 errcode_t ext2fs_close(ext2_filsys fs)
367 errcode_t retval;
H A Dbb_inode.c41 errcode_t err;
57 errcode_t ext2fs_update_bb_inode(ext2_filsys fs, ext2_badblocks_list bb_list)
59 errcode_t retval;
160 errcode_t retval;
217 errcode_t retval;
H A Ddir_iterate.c47 errcode_t ext2fs_dir_iterate2(ext2_filsys fs,
61 errcode_t retval;
109 extern errcode_t ext2fs_dir_iterate(ext2_filsys fs,
H A Dtst_iscan.c38 static void test_read_blk(unsigned long block, int count, errcode_t err)
67 errcode_t retval;
138 errcode_t retval;
H A Dopenfs.c62 errcode_t ext2fs_open(const char *name, int flags, int superblock,
81 errcode_t ext2fs_open2(const char *name, const char *io_options,
87 errcode_t retval;
324 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io)
334 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io)
342 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io)
H A Dlink.c97 errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name,
100 errcode_t retval;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/progs/
H A Dtest_icount.c65 errcode_t retval;
105 errcode_t retval;
128 errcode_t retval;
152 errcode_t retval;
176 errcode_t retval;
204 errcode_t retval;
224 errcode_t retval;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dismounted.c74 static errcode_t check_mntent_file(const char *mtab_file, const char *file,
78 errcode_t retval = 0;
184 errcode_t retval;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dsim_progress.c28 static errcode_t ext2fs_progress_display(ext2_sim_progmeter prog)
77 errcode_t ext2fs_progress_init(ext2_sim_progmeter *ret_prog,
83 errcode_t retval;
H A Dresize2fs.c43 static errcode_t adjust_superblock(ext2_resize_t rfs, blk_t new_size);
44 static errcode_t blocks_to_move(ext2_resize_t rfs);
45 static errcode_t block_mover(ext2_resize_t rfs);
46 static errcode_t inode_scan_and_fix(ext2_resize_t rfs);
47 static errcode_t inode_ref_fix(ext2_resize_t rfs);
48 static errcode_t move_itables(ext2_resize_t rfs);
49 static errcode_t fix_resize_inode(ext2_filsys fs);
50 static errcode_t ext2fs_calculate_summary_stats(ext2_filsys fs);
71 errcode_t resize_fs(ext2_filsys fs, blk_t *new_size, int flags,
72 errcode_t (*progres
[all...]
H A Dextent.c37 errcode_t ext2fs_create_extent_table(ext2_extent *ret_extent, int size)
40 errcode_t retval;
80 errcode_t ext2fs_add_extent_entry(ext2_extent extent, __u32 old_loc, __u32 new_loc)
83 errcode_t retval;
208 errcode_t ext2fs_iterate_extent(ext2_extent extent, __u32 *old_loc,
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dset_fields.c51 errcode_t (*func)(struct field_set_info *info, char *arg);
56 static errcode_t parse_uint(struct field_set_info *info, char *arg);
57 static errcode_t parse_int(struct field_set_info *info, char *arg);
58 static errcode_t parse_string(struct field_set_info *info, char *arg);
59 static errcode_t parse_uuid(struct field_set_info *info, char *arg);
60 static errcode_t parse_hashalg(struct field_set_info *info, char *arg);
61 static errcode_t parse_time(struct field_set_info *info, char *arg);
62 static errcode_t parse_bmap(struct field_set_info *info, char *arg);
240 static errcode_t parse_uint(struct field_set_info *info, char *arg)
285 static errcode_t parse_in
[all...]
H A Dunused.c32 errcode_t retval;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Derror_message.c53 const char * error_message (errcode_t code)
57 errcode_t table_num;
172 errcode_t add_error_table(const struct error_table * et)
195 errcode_t remove_error_table(const struct error_table * et)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A De2fsck.h365 extern errcode_t e2fsck_allocate_context(e2fsck_t *ret);
366 extern errcode_t e2fsck_reset_context(e2fsck_t ctx);
400 extern errcode_t ea_refcount_create(int size, ext2_refcount_t *ret);
402 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk_t blk,
404 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
406 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
408 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
439 extern errcode_t e2fsck_expand_directory(e2fsck_t ctx, ext2_ino_t dir,
442 extern errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino,
452 errcode_t e2fsck_rehash_di
[all...]
H A De2fsck.c20 errcode_t e2fsck_allocate_context(e2fsck_t *ret)
23 errcode_t retval;
50 errcode_t e2fsck_reset_context(e2fsck_t ctx)
H A Demptydir.c44 errcode_t retval;
124 errcode_t retval;
152 errcode_t retval;
H A Discan.c58 errcode_t retval;
97 errcode_t retval = 0;

Completed in 122 milliseconds

12345