Home
last modified time | relevance | path

Searched refs:ext2fs_new_block2 (Results 1 – 17 of 17) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dexpanddir.c53 retval = ext2fs_new_block2(fs, es->goal, 0, &new_blk); in expand_dir_proc()
Dmkdir.c72 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino, in ext2fs_mkdir()
Dsymlink.c82 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino, in ext2fs_symlink()
Dalloc.c204 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2() function
215 retval = ext2fs_new_block2(fs, goal, map, &val); in ext2fs_new_block()
Dinline_data.c369 retval = ext2fs_new_block2(fs, 0, 0, &blk); in ext2fs_inline_data_dir_expand()
Dext2fs.h694 extern errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal,
/external/e2fsprogs/e2fsck/
Dpass3.c196 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in check_root()
478 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in e2fsck_get_lost_and_found()
817 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map, in expand_dir_proc()
Dpass1.c894 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_root_repair()
913 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_lnf_repair()
4223 retval = ext2fs_new_block2(fs, goal, ctx->block_found_map, in e2fsck_get_alloc_block()
4238 retval = ext2fs_new_block2(fs, goal, fs->block_map, &new_block); in e2fsck_get_alloc_block()
Dpass1b.c848 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, in clone_file_block()
Dpass2.c1906 pctx->errcode = ext2fs_new_block2(fs, blk, in allocate_dir_block()
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c89 retval = ext2fs_new_block2(fs, goal, fs->block_map, ret); in basefs_block_allocator()
/external/e2fsprogs/debian/
Dlibext2fs2.symbols418 ext2fs_new_block2@Base 1.42
/external/e2fsprogs/doc/RelNotes/
Dv1.43.0.txt214 The ext2fs_new_block2() function will now call the alloc_block hook
Dv1.42.txt1284 ext2fs_new_inode() or ext2fs_new_block2(), we now make sure the
/external/e2fsprogs/misc/
Dmke2fs.c383 retval = ext2fs_new_block2(fs, goal, NULL, &goal); in packed_allocate_tables()
390 retval = ext2fs_new_block2(fs, goal, NULL, &goal); in packed_allocate_tables()
Dtune2fs.c2338 retval = ext2fs_new_block2(fs, goal, NULL, &new_blk); in move_block()
/external/e2fsprogs/debugfs/
Ddebugfs.c1688 retval = ext2fs_new_block2(current_fs, free_blk + 1, 0, in do_find_free_block()