HomeSort by relevance Sort by last modified time
    Searched refs:ext2_filsys (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/e2fsprogs/lib/ext2fs/
read_bb.c 40 static int mark_bad_block(ext2_filsys fs, blk_t *block_nr,
64 errcode_t ext2fs_read_bb_inode(ext2_filsys fs, ext2_badblocks_list *bb_list)
rw_bitmaps.c 30 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block)
147 static errcode_t read_bitmaps(ext2_filsys fs, int do_inode, int do_block)
319 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs)
324 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs)
329 errcode_t ext2fs_write_inode_bitmap(ext2_filsys fs)
334 errcode_t ext2fs_write_block_bitmap (ext2_filsys fs)
339 errcode_t ext2fs_read_bitmaps(ext2_filsys fs)
347 errcode_t ext2fs_write_bitmaps(ext2_filsys fs)
dir_iterate.c 26 errcode_t ext2fs_get_rec_len(ext2_filsys fs,
41 errcode_t ext2fs_set_rec_len(ext2_filsys fs,
69 static int ext2fs_validate_entry(ext2_filsys fs, char *buf,
91 errcode_t ext2fs_dir_iterate2(ext2_filsys fs,
153 errcode_t ext2fs_dir_iterate(ext2_filsys fs,
178 int ext2fs_process_dir_block(ext2_filsys fs,
closefs.c 35 int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group)
63 errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs,
137 int ext2fs_super_and_bgd_loc(ext2_filsys fs,
184 static errcode_t write_primary_superblock(ext2_filsys fs,
231 void ext2fs_update_dynamic_rev(ext2_filsys fs)
245 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group,
263 errcode_t ext2fs_flush(ext2_filsys fs)
268 errcode_t ext2fs_flush2(ext2_filsys fs, int flags)
431 errcode_t ext2fs_close(ext2_filsys fs)
436 errcode_t ext2fs_close2(ext2_filsys fs, int flags
    [all...]
dblist.c 31 errcode_t ext2fs_get_num_dirs(ext2_filsys fs, ext2_ino_t *ret_num_dirs)
58 static errcode_t make_dblist(ext2_filsys fs, ext2_ino_t size,
114 errcode_t ext2fs_init_dblist(ext2_filsys fs, ext2_dblist *ret_dblist)
225 int (*func)(ext2_filsys fs,
330 int (*func)(ext2_filsys fs,
336 static int passthrough_func(ext2_filsys fs,
355 int (*func)(ext2_filsys fs,
fileio.c 24 ext2_filsys fs;
36 errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino,
83 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino,
92 ext2_filsys ext2fs_file_get_fs(ext2_file_t file)
124 ext2_filsys fs;
185 ext2_filsys fs = file->fs;
229 ext2_filsys fs;
271 ext2_filsys fs;
400 ext2_filsys fs = file->fs;
bb_inode.c 44 static int set_bad_block_proc(ext2_filsys fs, blk_t *block_nr,
48 static int clear_bad_block_proc(ext2_filsys fs, blk_t *block_nr,
57 errcode_t ext2fs_update_bb_inode(ext2_filsys fs, ext2_badblocks_list bb_list)
151 static int clear_bad_block_proc(ext2_filsys fs, blk_t *block_nr,
208 static int set_bad_block_proc(ext2_filsys fs, blk_t *block_nr,
block.c 22 ext2_filsys fs;
23 int (*func)(ext2_filsys fs,
320 errcode_t ext2fs_block_iterate3(ext2_filsys fs,
324 int (*func)(ext2_filsys fs,
567 int (*func)(ext2_filsys fs,
576 static int xlate64_func(ext2_filsys fs, blk64_t *blocknr,
590 errcode_t ext2fs_block_iterate2(ext2_filsys fs,
594 int (*func)(ext2_filsys fs,
613 int (*func)(ext2_filsys fs,
623 static int xlate_func(ext2_filsys fs, blk_t *blocknr, e2_blkcnt_t blockcnt
    [all...]
csum.c 32 __u16 ext2fs_group_desc_csum(ext2_filsys fs, dgrp_t group)
85 int ext2fs_group_desc_csum_verify(ext2_filsys fs, dgrp_t group)
96 void ext2fs_group_desc_csum_set(ext2_filsys fs, dgrp_t group)
124 errcode_t ext2fs_set_gdt_csum(ext2_filsys fs)
172 void print_csum(const char *msg, ext2_filsys fs, dgrp_t group)
226 ext2_filsys fs;
imager.c 61 errcode_t ext2fs_image_inode_write(ext2_filsys fs, int fd, int flags)
139 errcode_t ext2fs_image_inode_read(ext2_filsys fs, int fd,
190 errcode_t ext2fs_image_super_write(ext2_filsys fs, int fd,
240 errcode_t ext2fs_image_super_read(ext2_filsys fs, int fd,
283 errcode_t ext2fs_image_bitmap_write(ext2_filsys fs, int fd, int flags)
358 errcode_t ext2fs_image_bitmap_read(ext2_filsys fs, int fd, int flags)
expanddir.c 28 static int expand_dir_proc(ext2_filsys fs,
90 errcode_t ext2fs_expand_dir(ext2_filsys fs, ext2_ino_t dir)
openfs.c 35 blk64_t ext2fs_descriptor_block_loc2(ext2_filsys fs, blk64_t group_block,
65 blk_t ext2fs_descriptor_block_loc(ext2_filsys fs, blk_t group_block, dgrp_t i)
72 ext2_filsys *ret_fs)
95 ext2_filsys *ret_fs)
97 ext2_filsys fs;
433 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io)
443 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io)
451 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io)
alloc_sb.c 43 int ext2fs_reserve_super_and_bgd(ext2_filsys fs,
lookup.c 49 errcode_t ext2fs_lookup(ext2_filsys fs, ext2_ino_t dir, const char *name,
newdir.c 28 errcode_t ext2fs_new_dir_block(ext2_filsys fs, ext2_ino_t dir_ino,
mkjournal.c 44 errcode_t ext2fs_create_journal_superblock(ext2_filsys fs,
92 static errcode_t write_journal_file(ext2_filsys fs, char *filename,
154 errcode_t ext2fs_zero_blocks2(ext2_filsys fs, blk64_t blk, int num,
201 errcode_t ext2fs_zero_blocks(ext2_filsys fs, blk_t blk, int num,
227 static int mkjournal_proc(ext2_filsys fs,
299 static errcode_t write_journal_inode(ext2_filsys fs, ext2_ino_t journal_ino,
430 errcode_t ext2fs_add_journal_device(ext2_filsys fs, ext2_filsys journal_dev)
493 errcode_t ext2fs_add_journal_inode(ext2_filsys fs, blk_t num_blocks, int flags)
607 ext2_filsys fs
    [all...]
inode.c 34 ext2_filsys fs;
47 errcode_t (*done_group)(ext2_filsys fs,
60 errcode_t ext2fs_flush_icache(ext2_filsys fs)
74 static errcode_t create_icache(ext2_filsys fs)
106 errcode_t ext2fs_open_inode_scan(ext2_filsys fs, int buffer_blocks,
111 errcode_t (*save_get_blocks)(ext2_filsys f, ext2_ino_t ino, blk_t *blocks);
197 errcode_t (*done_group)(ext2_filsys fs,
230 ext2_filsys fs = scan->fs;
522 errcode_t ext2fs_read_inode_full(ext2_filsys fs, ext2_ino_t ino,
624 errcode_t ext2fs_read_inode(ext2_filsys fs, ext2_ino_t ino
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 218 ext2_filsys fs;
469 extern int e2fsck_pass1_check_device_inode(ext2_filsys fs,
471 extern int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
521 extern errcode_t e2fsck_zero_blocks(ext2_filsys fs, blk_t blk, int num,
550 extern blk64_t get_backup_sb(e2fsck_t ctx, ext2_filsys fs,
555 errcode_t e2fsck_mmp_update(ext2_filsys fs);
557 extern void e2fsck_set_bitmap_type(ext2_filsys fs,
561 extern errcode_t e2fsck_allocate_inode_bitmap(ext2_filsys fs,
566 extern errcode_t e2fsck_allocate_block_bitmap(ext2_filsys fs,
571 extern errcode_t e2fsck_allocate_subcluster_bitmap(ext2_filsys fs
    [all...]
util.c 50 ext2_filsys fs = ctx->fs;
265 ext2_filsys fs = ctx->fs;
293 ext2_filsys fs = ctx->fs;
310 ext2_filsys fs = ctx->fs;
503 blk64_t get_backup_sb(e2fsck_t ctx, ext2_filsys fs, const char *name,
616 errcode_t e2fsck_zero_blocks(ext2_filsys fs, blk_t blk, int num,
777 errcode_t e2fsck_mmp_update(ext2_filsys fs)
790 void e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type,
808 errcode_t e2fsck_allocate_inode_bitmap(ext2_filsys fs, const char *descr,
822 errcode_t e2fsck_allocate_block_bitmap(ext2_filsys fs, const char *descr
    [all...]
emptydir.c 119 int empty_pass1(ext2_filsys fs, blk64_t *block_nr, e2_blkcnt_t blockcnt,
148 static int fix_directory(ext2_filsys fs,
  /external/e2fsprogs/misc/
e2freefrag.c 53 static void init_chunk_info(ext2_filsys fs, struct chunk_info *info)
95 static void scan_block_bitmap(ext2_filsys fs, struct chunk_info *info)
145 static errcode_t get_chunk_info(ext2_filsys fs, struct chunk_info *info,
215 static void close_device(char *device_name, ext2_filsys fs)
223 static void collect_info(ext2_filsys fs, struct chunk_info *chunk_info, FILE *f)
248 static void open_device(char *device_name, ext2_filsys *fs)
271 ext2_filsys fs = NULL;
tune2fs.c 179 static int remove_journal_device(ext2_filsys fs)
182 ext2_filsys jfs;
282 static int release_blocks_proc(ext2_filsys fs, blk64_t *blocknr,
303 static errcode_t remove_journal_inode(ext2_filsys fs)
350 static int update_mntopts(ext2_filsys fs, char *mntopts)
364 static int check_fsck_needed(ext2_filsys fs)
374 static void request_fsck_afterwards(ext2_filsys fs)
389 static int update_feature_set(ext2_filsys fs, char *features)
647 static int add_journal(ext2_filsys fs)
651 ext2_filsys jfs
    [all...]
  /external/e2fsprogs/debugfs/
htree.c 31 static void htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino,
108 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
114 static void htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino,
157 static void htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino,
325 static int search_dir_block(ext2_filsys fs, blk64_t *blocknr,
361 static int search_dir_block(ext2_filsys fs, blk64_t *blocknr,
  /external/e2fsprogs/lib/quota/
quotaio.c 100 static int compute_num_blocks_proc(ext2_filsys fs, blk64_t *blocknr,
112 errcode_t quota_inode_truncate(ext2_filsys fs, ext2_ino_t ino)
136 static ext2_off64_t compute_inode_size(ext2_filsys fs, ext2_ino_t ino)
199 errcode_t quota_file_open(struct quota_handle *h, ext2_filsys fs,
246 static errcode_t quota_inode_init_new(ext2_filsys fs, ext2_ino_t ino)
282 errcode_t quota_file_create(struct quota_handle *h, ext2_filsys fs, int type, int fmt)
mkquota.c 53 int quota_file_exists(ext2_filsys fs, int qtype, int fmt)
75 void quota_set_sb_inum(ext2_filsys fs, ext2_ino_t ino, int qtype)
88 errcode_t quota_remove_inode(ext2_filsys fs, int qtype)
125 ext2_filsys fs;
213 errcode_t quota_init_context(quota_ctx_t *qctx, ext2_filsys fs, int qtype)
366 ext2_filsys fs;
530 ext2_filsys fs = qctx->fs;

Completed in 794 milliseconds

12 3 4 5