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

  /external/e2fsprogs/lib/ext2fs/
expanddir.c 111 es.goal = ext2fs_find_inode_goal(fs, dir, &inode, 0);
mkdir.c 72 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino,
symlink.c 63 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino,
bmap.c 249 blk64 = ext2fs_find_inode_goal(fs, ino, inode, block);
371 ext2fs_find_inode_goal(fs, ino, inode, block);
alloc.c 347 blk64_t ext2fs_find_inode_goal(ext2_filsys fs, ext2_ino_t ino, function
ext_attr.c 442 goal = ext2fs_find_inode_goal(fs, ino, (struct ext2_inode *)inode, 0);
fallocate.c 699 goal = ext2fs_find_inode_goal(fs, ino, inode, start);
extent.c 1034 goal_blk = ext2fs_find_inode_goal(handle->fs, handle->ino,
    [all...]
ext2fs.h 705 blk64_t ext2fs_find_inode_goal(ext2_filsys fs, ext2_ino_t ino,
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c     [all...]

Completed in 241 milliseconds