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

  /external/e2fsprogs/debugfs/
zap.c 131 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0,
208 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0,
htree.c 52 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
207 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
267 errcode = ext2fs_bmap2(current_fs, ino, &inode, buf, 0, 0, 0, &blk);
journal.c 117 retval = ext2fs_bmap2(inode->i_fs, inode->i_ino,
set_fields.c 642 retval = ext2fs_bmap2(current_fs, set_ino,
debugfs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 144 retval = ext2fs_bmap2(fs, file->ino, &file->inode, BMAP_BUFFER,
149 retval = ext2fs_bmap2(fs, file->ino, &file->inode,
163 retval = ext2fs_bmap2(fs, file->ino, &file->inode,
215 retval = ext2fs_bmap2(fs, file->ino, &file->inode,
465 retval = ext2fs_bmap2(fs, file->ino, &file->inode,
579 retval = ext2fs_bmap2(fs, file->ino, NULL, NULL, 0,
symlink.c 138 retval = ext2fs_bmap2(fs, ino, &inode, NULL, BMAP_SET, 0, NULL,
bmap.c 300 errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, function
489 ret = ext2fs_bmap2(fs, ino, inode, block_buf, bmap_flags, block,
namei.c 54 retval = ext2fs_bmap2(fs, inode, &ei, NULL, 0, 0, NULL, &blk);
mkjournal.c 314 retval = ext2fs_bmap2(fs, journal_ino, &inode, NULL, 0, 0, NULL, &zblk);
fallocate.c 841 err = ext2fs_bmap2(fs, ino, inode, NULL, 0, blk, 0, &x);
847 err = ext2fs_bmap2(fs, ino, inode, NULL,
inline_data.c 394 retval = ext2fs_bmap2(fs, ino, inode, 0, BMAP_SET, 0, 0, &blk);
ext2fs.h 981 extern errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino,
    [all...]
  /external/e2fsprogs/e2fsck/
emptydir.c 131 retval = ext2fs_bmap2(fs, edi->ino, &edi->inode,
journal.c 112 retval= ext2fs_bmap2(inode->i_ctx->fs, inode->i_ino,
pass2.c     [all...]
pass1.c 634 if (ext2fs_bmap2(ctx->fs, pctx->ino, inode, 0, 0, 0, 0,
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 1152 err = ext2fs_bmap2(fs, child, (struct ext2_inode *)&inode, NULL, 0, 0,
    [all...]

Completed in 427 milliseconds