HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_new_dir_block (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
newdir.c 28 errcode_t ext2fs_new_dir_block(ext2_filsys fs, ext2_ino_t dir_ino, function
mkdir.c 65 retval = ext2fs_new_dir_block(fs, ino, parent, &block);
expanddir.c 50 retval = ext2fs_new_dir_block(fs, 0, 0, &block);
ext2fs.h     [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 190 pctx.errcode = ext2fs_new_dir_block(fs, EXT2_ROOT_INO, EXT2_ROOT_INO,
193 pctx.str = "ext2fs_new_dir_block";
438 retval = ext2fs_new_dir_block(fs, ino, EXT2_ROOT_INO, &block);
718 retval = ext2fs_new_dir_block(fs, 0, 0, &block);
pass2.c     [all...]

Completed in 89 milliseconds