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

  /external/e2fsprogs/lib/ext2fs/
link.c 74 * Since ext2fs_link blows away htree data, we need to be
154 errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name, function
mkdir.c 159 retval = ext2fs_link(fs, parent, name, ino, EXT2_FT_DIR);
symlink.c 160 retval = ext2fs_link(fs, parent, name, ino, EXT2_FT_SYMLINK);
ext2fs.h     [all...]
  /external/e2fsprogs/misc/
create_inode.c 81 retval = ext2fs_link(fs, parent_ino, name, ino,
90 retval = ext2fs_link(fs, parent_ino, name, ino,
277 retval = ext2fs_link(fs, cwd, name, ino, filetype);
285 retval = ext2fs_link(fs, cwd, name, ino, filetype);
640 retval = ext2fs_link(fs, cwd, dest, newfile,
646 retval = ext2fs_link(fs, cwd, dest, newfile,
mk_hugefiles.c 309 retval = ext2fs_link(fs, dir, fn_buf, *ino, EXT2_FT_REG_FILE);
fuse2fs.c 977 err = ext2fs_link(fs, parent, node_name, child, filetype);
985 err = ext2fs_link(fs, parent, node_name, child,
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 558 pctx.errcode = ext2fs_link(fs, EXT2_ROOT_INO, name, ino, EXT2_FT_DIR);
563 pctx.errcode = ext2fs_link(fs, EXT2_ROOT_INO, name, ino,
568 pctx.str = "ext2fs_link";
616 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
627 retval = ext2fs_link(fs, ctx->lost_and_found, name,
  /external/e2fsprogs/debugfs/
debugfs.c     [all...]

Completed in 240 milliseconds