Searched refs:errcode_t (Results 1 - 25 of 117) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dext2_io.h33 errcode_t magic;
37 errcode_t (*read_error)(io_channel channel,
43 errcode_t error);
44 errcode_t (*write_error)(io_channel channel,
50 errcode_t error);
59 errcode_t magic;
61 errcode_t (*open)(const char *name, int flags, io_channel *channel);
62 errcode_t (*close)(io_channel channel);
63 errcode_t (*set_blksize)(io_channel channel, int blksize);
64 errcode_t (*read_bl
[all...]
H A Dext2fs.h104 errcode_t magic;
110 errcode_t base_error_code;
207 errcode_t magic;
220 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
221 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
222 errcode_t (*write_bitmaps)(ext2_filsys fs);
223 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
225 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
481 extern errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, int mode,
483 extern errcode_t ext2fs_new_bloc
[all...]
H A Dwrite_bb_file.c17 errcode_t ext2fs_write_bb_FILE(ext2_badblocks_list bb_list,
23 errcode_t retval;
H A Direl.h35 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 (*delet
[all...]
H A Dbrel.h37 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,
H A Dinode_io.c49 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,
74 errcode_t ext2fs_inode_io_intern2(ext2_filsys fs, ext2_ino_t ino,
79 errcode_t retval;
100 errcode_t ext2fs_inode_io_inter
[all...]
H A Dbb_compat.c29 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,
H A Dext_attr.c26 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf)
28 errcode_t retval;
41 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf)
43 errcode_t retval;
69 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk,
73 errcode_t retval;
H A Drs_bitmap.c29 errcode_t ext2fs_resize_generic_bitmap(__u32 new_end, __u32 new_real_end,
32 errcode_t retval;
73 errcode_t ext2fs_resize_inode_bitmap(__u32 new_end, __u32 new_real_end,
76 errcode_t retval;
90 errcode_t ext2fs_resize_block_bitmap(__u32 new_end, __u32 new_real_end,
93 errcode_t retval;
H A Dtest_io.c51 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_flus
[all...]
H A Dfileio.c22 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 retva
[all...]
H A Dbrel_ma.c29 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_pu
[all...]
H A Direl_ma.c26 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_delet
[all...]
H A Ddblist.c30 errcode_t ext2fs_get_num_dirs(ext2_filsys fs, ext2_ino_t *ret_num_dirs)
57 static errcode_t make_dblist(ext2_filsys fs, ext2_ino_t size, ext2_ino_t count,
62 errcode_t retval;
111 errcode_t ext2fs_init_dblist(ext2_filsys fs, ext2_dblist *ret_dblist)
114 errcode_t retval;
132 errcode_t ext2fs_copy_dblist(ext2_dblist src, ext2_dblist *dest)
135 errcode_t retval;
156 errcode_t ext2fs_add_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk,
160 errcode_t retval;
189 errcode_t ext2fs_set_dir_bloc
[all...]
H A Ddirblock.c22 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block,
25 errcode_t retval;
66 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block,
73 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block,
78 errcode_t retval;
125 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block,
H A Dbadblocks.c32 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_ad
[all...]
H A Dnamei.c23 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_follo
[all...]
H A Dunix_io.c75 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
76 static errcode_t unix_close(io_channel channel);
77 static errcode_t unix_set_blksize(io_channel channel, int blksize);
78 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
80 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
82 static errcode_t unix_flush(io_channel channel);
83 static errcode_t unix_write_byte(io_channel channel, unsigned long offset,
85 static errcode_t unix_set_option(io_channel channel, const char *option,
122 static errcode_t raw_read_blk(io_channel channel,
127 errcode_t retva
[all...]
H A Dind_block.c22 errcode_t ext2fs_read_ind_block(ext2_filsys fs, blk_t blk, void *buf)
24 errcode_t retval;
47 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf)
H A Dio_manager.c22 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,
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Derror_table.h26 extern const char *error_table_name(errcode_t num);
H A Dcom_err.h21 typedef long errcode_t; typedef
33 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
46 extern errcode_t add_error_table(const struct error_table * et);
47 extern errcode_t remove_error_table(const struct error_table * et);
H A Dcom_err.c20 default_com_err_proc (const char *whoami, errcode_t code, const
25 default_com_err_proc (const char *whoami, errcode_t code, const
44 typedef void (*errf) (const char *, errcode_t, const char *, va_list);
48 void com_err_va (const char *whoami, errcode_t code, const char *fmt,
55 errcode_t code,
H A Det_name.c24 errcode_t num;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dresize2fs.h108 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,
135 extern errcode_t ext2fs_create_extent_table(ext2_extent *ret_extent,
138 extern errcode_t ext2fs_add_extent_entry(ext2_extent extent,
142 extern errcode_t ext2fs_iterate_extent(ext2_extent extent, __u32 *old_loc,
146 extern errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
150 extern errcode_t ext2fs_progress_init(ext2_sim_progmeter *ret_prog,

Completed in 113 milliseconds

12345