Searched refs:ext2fs_new_dir_block (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dnewdir.c28 errcode_t ext2fs_new_dir_block(ext2_filsys fs, ext2_ino_t dir_ino, function
H A Dexpanddir.c59 retval = ext2fs_new_dir_block(fs, 0, 0, &block);
H A Dmkdir.c66 retval = ext2fs_new_dir_block(fs, ino, parent, &block);
H A Dext2fs.h1349 extern errcode_t ext2fs_new_dir_block(ext2_filsys fs, ext2_ino_t dir_ino,
/external/e2fsprogs/e2fsck/
H A Dpass3.c192 pctx.errcode = ext2fs_new_dir_block(fs, EXT2_ROOT_INO, EXT2_ROOT_INO,
195 pctx.str = "ext2fs_new_dir_block";
440 retval = ext2fs_new_dir_block(fs, ino, EXT2_ROOT_INO, &block);
733 retval = ext2fs_new_dir_block(fs, 0, 0, &block);
H A Dpass2.c1447 pctx->errcode = ext2fs_new_dir_block(fs, 0, 0, &block);
1449 pctx->errcode = ext2fs_new_dir_block(fs, db->ino,
1453 pctx->str = "ext2fs_new_dir_block";

Completed in 136 milliseconds