Searched refs:ext2fs_new_block2 (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc.c | 166 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2() function 210 retval = ext2fs_new_block2(fs, goal, map, &val); in ext2fs_new_block() 246 retval = ext2fs_new_block2(fs, goal, 0, &block); in ext2fs_alloc_block2()
|
D | symlink.c | 56 retval = ext2fs_new_block2(fs, 0, 0, &blk); in ext2fs_symlink()
|
D | mkdir.c | 59 retval = ext2fs_new_block2(fs, 0, 0, &blk); in ext2fs_mkdir()
|
D | expanddir.c | 50 retval = ext2fs_new_block2(fs, es->goal, 0, &new_blk); in expand_dir_proc()
|
D | mkjournal.c | 247 retval = ext2fs_new_block2(fs, es->goal, 0, &new_blk); in mkjournal_proc()
|
D | ext2fs.h | 646 extern errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal,
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 178 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in check_root() 414 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in e2fsck_get_lost_and_found() 721 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map, in expand_dir_proc()
|
D | pass1b.c | 740 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, in clone_file_block()
|
D | pass1.c | 2835 retval = ext2fs_new_block2(fs, goal, ctx->block_found_map, in e2fsck_get_alloc_block() 2850 retval = ext2fs_new_block2(fs, goal, 0, &new_block); in e2fsck_get_alloc_block()
|
D | pass2.c | 1433 pctx->errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in allocate_dir_block()
|
/external/e2fsprogs/debian/ |
D | e2fslibs.symbols | 345 ext2fs_new_block2@Base 1.42
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 1412 retval = ext2fs_new_block2(fs, goal, NULL, &new_blk); in move_block()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 1522 retval = ext2fs_new_block2(current_fs, free_blk + 1, 0, in do_find_free_block()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 845 ext2fs_new_inode() or ext2fs_new_block2(), we now make sure the
|