Searched refs:ext2_filsys (Results 1 - 25 of 150) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dutil.h18 extern int figure_journal_size(int size, ext2_filsys fs);
19 extern void print_check_message(ext2_filsys fs);
20 extern void make_journal_device(char *journal_device, ext2_filsys fs, int quiet, int force);
21 extern void make_journal_blocks(ext2_filsys fs, int journal_size, int journal_flags, int quiet);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dutil.h18 extern int figure_journal_size(int size, ext2_filsys fs);
19 extern void print_check_message(ext2_filsys fs);
20 extern void make_journal_device(char *journal_device, ext2_filsys fs, int quiet, int force);
21 extern void make_journal_blocks(ext2_filsys fs, int journal_size, int journal_flags, int quiet);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dutil.h18 extern int figure_journal_size(int size, ext2_filsys fs);
19 extern void print_check_message(ext2_filsys fs);
20 extern void make_journal_device(char *journal_device, ext2_filsys fs, int quiet, int force);
21 extern void make_journal_blocks(ext2_filsys fs, int journal_size, int journal_flags, int quiet);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fs.h63 typedef struct struct_ext2_filsys *ext2_filsys; typedef in typeref:struct:struct_ext2_filsys
67 ext2_filsys fs;
134 * Flags for the ext2_filsys structure and for ext2fs_open()
178 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
179 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
180 errcode_t (*write_bitmaps)(ext2_filsys fs);
181 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
183 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
421 extern errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, int mode,
423 extern errcode_t ext2fs_new_block(ext2_filsys f
[all...]
H A Dread_bb_file.c33 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f,
36 void (*invalid)(ext2_filsys fs,
75 static void call_compat_invalid(ext2_filsys fs, blk_t blk,
79 void (*invalid)(ext2_filsys, blk_t);
81 invalid = (void (*)(ext2_filsys, blk_t)) priv_data;
90 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f,
92 void (*invalid)(ext2_filsys fs, blk_t blk))
H A Dext2fs_inline.c61 void ext2fs_mark_super_dirty(ext2_filsys fs)
69 void ext2fs_mark_changed(ext2_filsys fs)
77 int ext2fs_test_changed(ext2_filsys fs)
85 void ext2fs_mark_valid(ext2_filsys fs)
93 void ext2fs_unmark_valid(ext2_filsys fs)
101 int ext2fs_test_valid(ext2_filsys fs)
109 void ext2fs_mark_ib_dirty(ext2_filsys fs)
117 void ext2fs_mark_bb_dirty(ext2_filsys fs)
125 int ext2fs_test_ib_dirty(ext2_filsys fs)
133 int ext2fs_test_bb_dirty(ext2_filsys f
[all...]
H A Dext2fsP.h38 ext2_filsys fs;
82 extern int ext2fs_process_dir_block(ext2_filsys fs,
H A Dsparse.c32 int ext2fs_bg_has_super(ext2_filsys fs, int group_block)
52 unsigned int ext2fs_list_backups(ext2_filsys fs, unsigned int *three,
H A Dalloc_stats.c19 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino,
36 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse)
41 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse)
H A Ddupfs.c23 errcode_t ext2fs_dup_handle(ext2_filsys src, ext2_filsys *dest)
25 ext2_filsys fs;
H A Dext_attr.c24 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf)
39 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf)
65 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fs.h63 typedef struct struct_ext2_filsys *ext2_filsys; typedef in typeref:struct:struct_ext2_filsys
67 ext2_filsys fs;
134 * Flags for the ext2_filsys structure and for ext2fs_open()
178 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
179 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
180 errcode_t (*write_bitmaps)(ext2_filsys fs);
181 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
183 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
421 extern errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, int mode,
423 extern errcode_t ext2fs_new_block(ext2_filsys f
[all...]
H A Dread_bb_file.c33 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f,
36 void (*invalid)(ext2_filsys fs,
75 static void call_compat_invalid(ext2_filsys fs, blk_t blk,
79 void (*invalid)(ext2_filsys, blk_t);
81 invalid = (void (*)(ext2_filsys, blk_t)) priv_data;
90 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f,
92 void (*invalid)(ext2_filsys fs, blk_t blk))
H A Dext2fs_inline.c61 void ext2fs_mark_super_dirty(ext2_filsys fs)
69 void ext2fs_mark_changed(ext2_filsys fs)
77 int ext2fs_test_changed(ext2_filsys fs)
85 void ext2fs_mark_valid(ext2_filsys fs)
93 void ext2fs_unmark_valid(ext2_filsys fs)
101 int ext2fs_test_valid(ext2_filsys fs)
109 void ext2fs_mark_ib_dirty(ext2_filsys fs)
117 void ext2fs_mark_bb_dirty(ext2_filsys fs)
125 int ext2fs_test_ib_dirty(ext2_filsys fs)
133 int ext2fs_test_bb_dirty(ext2_filsys f
[all...]
H A Dext2fsP.h38 ext2_filsys fs;
82 extern int ext2fs_process_dir_block(ext2_filsys fs,
H A Dsparse.c32 int ext2fs_bg_has_super(ext2_filsys fs, int group_block)
52 unsigned int ext2fs_list_backups(ext2_filsys fs, unsigned int *three,
H A Dalloc_stats.c19 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino,
36 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse)
41 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse)
H A Ddupfs.c23 errcode_t ext2fs_dup_handle(ext2_filsys src, ext2_filsys *dest)
25 ext2_filsys fs;
H A Dext_attr.c24 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf)
39 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf)
65 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fs.h63 typedef struct struct_ext2_filsys *ext2_filsys; typedef in typeref:struct:struct_ext2_filsys
67 ext2_filsys fs;
134 * Flags for the ext2_filsys structure and for ext2fs_open()
178 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
179 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
180 errcode_t (*write_bitmaps)(ext2_filsys fs);
181 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
183 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
421 extern errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, int mode,
423 extern errcode_t ext2fs_new_block(ext2_filsys f
[all...]
H A Dread_bb_file.c33 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f,
36 void (*invalid)(ext2_filsys fs,
75 static void call_compat_invalid(ext2_filsys fs, blk_t blk,
79 void (*invalid)(ext2_filsys, blk_t);
81 invalid = (void (*)(ext2_filsys, blk_t)) priv_data;
90 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f,
92 void (*invalid)(ext2_filsys fs, blk_t blk))
H A Dext2fs_inline.c61 void ext2fs_mark_super_dirty(ext2_filsys fs)
69 void ext2fs_mark_changed(ext2_filsys fs)
77 int ext2fs_test_changed(ext2_filsys fs)
85 void ext2fs_mark_valid(ext2_filsys fs)
93 void ext2fs_unmark_valid(ext2_filsys fs)
101 int ext2fs_test_valid(ext2_filsys fs)
109 void ext2fs_mark_ib_dirty(ext2_filsys fs)
117 void ext2fs_mark_bb_dirty(ext2_filsys fs)
125 int ext2fs_test_ib_dirty(ext2_filsys fs)
133 int ext2fs_test_bb_dirty(ext2_filsys f
[all...]
H A Dext2fsP.h38 ext2_filsys fs;
82 extern int ext2fs_process_dir_block(ext2_filsys fs,
H A Dsparse.c32 int ext2fs_bg_has_super(ext2_filsys fs, int group_block)
52 unsigned int ext2fs_list_backups(ext2_filsys fs, unsigned int *three,
H A Dalloc_stats.c19 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino,
36 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse)
41 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse)

Completed in 94 milliseconds

123456