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

  /external/e2fsprogs/debugfs/
zap.c 130 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0,
209 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0,
htree.c 47 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
172 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
232 errcode = ext2fs_bmap2(current_fs, ino, &inode, buf, 0, 0, 0, &blk);
set_fields.c 542 retval = ext2fs_bmap2(current_fs, set_ino,
debugfs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 138 retval = ext2fs_bmap2(fs, file->ino, &file->inode,
189 retval = ext2fs_bmap2(fs, file->ino, &file->inode,
305 retval = ext2fs_bmap2(fs, file->ino, &file->inode,
415 retval = ext2fs_bmap2(fs, file->ino, NULL, NULL, 0,
symlink.c 112 retval = ext2fs_bmap2(fs, ino, &inode, NULL, BMAP_SET, 0, NULL,
bmap.c 291 errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, function
451 ret = ext2fs_bmap2(fs, ino, inode, block_buf, bmap_flags, block,
namei.c 53 retval = ext2fs_bmap2(fs, inode, &ei, NULL, 0, 0, NULL, &blk);
ext2fs.h 905 extern errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino,
    [all...]
  /external/e2fsprogs/e2fsck/
emptydir.c 130 retval = ext2fs_bmap2(fs, edi->ino, &edi->inode,
journal.c 61 retval= ext2fs_bmap2(inode->i_ctx->fs, inode->i_ino,
pass1.c 442 if (ext2fs_bmap2(ctx->fs, pctx->ino, inode, 0, 0, 0, 0,
    [all...]
pass2.c     [all...]

Completed in 570 milliseconds