HomeSort by relevance Sort by last modified time
    Searched full:ext2fs_bmap (Results 1 - 12 of 12) sorted by null

  /external/e2fsprogs/debugfs/
htree.c 47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
173 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
257 errcode = ext2fs_bmap(current_fs, ino, &inode, buf, 0, 0, &blk);
set_fields.c 410 retval = ext2fs_bmap(current_fs, set_ino, &set_inode, 0, BMAP_SET,
debugfs.c     [all...]
  /external/e2fsprogs/e2fsck/
emptydir.c 130 retval = ext2fs_bmap(fs, edi->ino, &edi->inode,
journal.c 61 retval= ext2fs_bmap(inode->i_ctx->fs, inode->i_ino,
pass2.c     [all...]
pass1.c 443 if (ext2fs_bmap(ctx->fs, pctx->ino, inode, 0, 0, 0,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bmap.c 28 extern errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino,
320 errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, function
fileio.c 119 retval = ext2fs_bmap(fs, file->ino, &file->inode,
171 retval = ext2fs_bmap(fs, file->ino, &file->inode,
ext2fs.h 481 * Flags for ext2fs_bmap
487 * Returned flags from ext2fs_bmap
718 extern errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino,
    [all...]
  /external/e2fsprogs/debian/
e2fslibs.symbols 71 ext2fs_bmap@Base 1.37
  /external/e2fsprogs/
RELEASE-NOTES 371 Fix big-endian problems with ext2fs_bmap() and ext2fs_bmap2().
    [all...]

Completed in 305 milliseconds