Searched refs:ext2fs_new_block2 (Results 1 – 17 of 17) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | expanddir.c | 53 retval = ext2fs_new_block2(fs, es->goal, 0, &new_blk); in expand_dir_proc()
|
D | mkdir.c | 72 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino, in ext2fs_mkdir()
|
D | symlink.c | 82 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino, in ext2fs_symlink()
|
D | alloc.c | 204 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()
|
D | inline_data.c | 369 retval = ext2fs_new_block2(fs, 0, 0, &blk); in ext2fs_inline_data_dir_expand()
|
D | ext2fs.h | 694 extern errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal,
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 196 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()
|
D | pass1.c | 894 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()
|
D | pass1b.c | 848 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, in clone_file_block()
|
D | pass2.c | 1906 pctx->errcode = ext2fs_new_block2(fs, blk, in allocate_dir_block()
|
/external/e2fsprogs/contrib/android/ |
D | basefs_allocator.c | 89 retval = ext2fs_new_block2(fs, goal, fs->block_map, ret); in basefs_block_allocator()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 418 ext2fs_new_block2@Base 1.42
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.0.txt | 214 The ext2fs_new_block2() function will now call the alloc_block hook
|
D | v1.42.txt | 1284 ext2fs_new_inode() or ext2fs_new_block2(), we now make sure the
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 383 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()
|
D | tune2fs.c | 2338 retval = ext2fs_new_block2(fs, goal, NULL, &new_blk); in move_block()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 1688 retval = ext2fs_new_block2(current_fs, free_blk + 1, 0, in do_find_free_block()
|