Home
last modified time | relevance | path

Searched refs:inode_map (Results 1 – 18 of 18) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c111 retval = ext2fs_get_inode_bitmap_range(fs->inode_map, in write_bitmaps()
186 if (fs->inode_map) in read_bitmaps()
187 ext2fs_free_inode_bitmap(fs->inode_map); in read_bitmaps()
190 retval = ext2fs_allocate_inode_bitmap(fs, buf, &fs->inode_map); in read_bitmaps()
212 retval = ext2fs_set_inode_bitmap_range(fs->inode_map, in read_bitmaps()
282 retval = ext2fs_set_inode_bitmap_range(fs->inode_map, in read_bitmaps()
302 ext2fs_free_mem(&fs->inode_map); in read_bitmaps()
303 fs->inode_map = 0; in read_bitmaps()
336 if (fs->inode_map && fs->block_map) in ext2fs_read_bitmaps()
339 return read_bitmaps(fs, !fs->inode_map, !fs->block_map); in ext2fs_read_bitmaps()
[all …]
Ddupfs.c38 fs->inode_map = 0; in ext2fs_dup_handle()
69 if (src->inode_map) { in ext2fs_dup_handle()
70 retval = ext2fs_copy_bitmap(src->inode_map, &fs->inode_map); in ext2fs_dup_handle()
Dfreefs.c43 if (fs->inode_map) in ext2fs_free()
44 ext2fs_free_inode_bitmap(fs->inode_map); in ext2fs_free()
Dalloc_stats.c30 ext2fs_mark_inode_bitmap(fs->inode_map, ino); in ext2fs_inode_alloc_stats2()
32 ext2fs_unmark_inode_bitmap(fs->inode_map, ino); in ext2fs_inode_alloc_stats2()
Dimager.c288 if (!fs->inode_map) { in ext2fs_image_bitmap_write()
293 bmap = fs->inode_map; in ext2fs_image_bitmap_write()
365 if (!fs->inode_map) { in ext2fs_image_bitmap_read()
370 bmap = fs->inode_map; in ext2fs_image_bitmap_read()
Dcsum.c110 if (!fs->inode_map) in ext2fs_set_gdt_csum()
128 find_last_inode_ingrp(fs->inode_map, in ext2fs_set_gdt_csum()
Dalloc.c112 map = fs->inode_map; in ext2fs_new_inode()
Dinitialize.c370 retval = ext2fs_allocate_inode_bitmap(fs, buf, &fs->inode_map); in ext2fs_initialize()
Dext2fs.h211 ext2fs_inode_bitmap inode_map; member
/external/e2fsprogs/e2fsck/
Dpass5.c364 if ((1 < ext2fs_get_inode_bitmap_start(fs->inode_map)) || in check_inode_bitmaps()
366 ext2fs_get_inode_bitmap_end(fs->inode_map))) { in check_inode_bitmaps()
370 pctx.ino = ext2fs_get_inode_bitmap_start(fs->inode_map); in check_inode_bitmaps()
371 pctx.ino2 = ext2fs_get_inode_bitmap_end(fs->inode_map); in check_inode_bitmaps()
394 bitmap = ext2fs_fast_test_inode_bitmap(fs->inode_map, i); in check_inode_bitmaps()
480 ext2fs_free_inode_bitmap(fs->inode_map); in check_inode_bitmaps()
482 &fs->inode_map); in check_inode_bitmaps()
489 ext2fs_set_bitmap_padding(fs->inode_map); in check_inode_bitmaps()
553 pctx.errcode = ext2fs_fudge_inode_bitmap_end(fs->inode_map, end, in check_inode_end()
566 if (!ext2fs_test_inode_bitmap(fs->inode_map, i)) { in check_inode_end()
[all …]
Dpass3.c239 ext2fs_mark_inode_bitmap(fs->inode_map, EXT2_ROOT_INO); in check_root()
Djournal.c1024 ext2fs_unmark_inode_bitmap(fs->inode_map, ino); in e2fsck_move_ext3_journal()
/external/e2fsprogs/debugfs/
Ddebugfs.c958 if (!ext2fs_test_inode_bitmap(current_fs->inode_map,inode)) in do_freei()
960 ext2fs_unmark_inode_bitmap(current_fs->inode_map,inode); in do_freei()
972 if (ext2fs_test_inode_bitmap(current_fs->inode_map,inode)) in do_seti()
974 ext2fs_mark_inode_bitmap(current_fs->inode_map,inode); in do_seti()
985 if (ext2fs_test_inode_bitmap(current_fs->inode_map,inode)) in do_testi()
1360 if (ext2fs_test_inode_bitmap(current_fs->inode_map, ino)) { in do_undel()
1602 if (ext2fs_test_inode_bitmap(current_fs->inode_map,newfile)) in do_write()
1692 if (ext2fs_test_inode_bitmap(current_fs->inode_map,newfile)) in do_mknod()
1694 ext2fs_mark_inode_bitmap(current_fs->inode_map, newfile); in do_mknod()
Dutil.c180 if (!current_fs->block_map || !current_fs->inode_map) { in check_fs_bitmaps()
/external/e2fsprogs/misc/
Ddumpe2fs.c161 if (fs->inode_map) in list_desc()
252 ext2fs_get_inode_bitmap_range(fs->inode_map, in list_desc()
Dtune2fs.c1414 if (!ext2fs_fast_test_inode_bitmap(fs->inode_map, ino)) { in ext2fs_calculate_summary_stats()
Dmke2fs.c485 ext2fs_mark_inode_bitmap(fs->inode_map, EXT2_BAD_INO); in create_bad_block_inode()
/external/e2fsprogs/resize/
Dresize2fs.c381 fs->inode_map); in adjust_fs_info()
1838 !ext2fs_fast_test_inode_bitmap(fs->inode_map, ino)) { in ext2fs_calculate_summary_stats()