Home
last modified time | relevance | path

Searched refs:ext2fs_bmap (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/debugfs/
Dhtree.c47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk); in htree_dump_leaf_node()
173 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk); in htree_dump_int_block()
257 errcode = ext2fs_bmap(current_fs, ino, &inode, buf, 0, 0, &blk); in do_htree_dump()
Dset_fields.c410 retval = ext2fs_bmap(current_fs, set_ino, &set_inode, 0, BMAP_SET, in parse_bmap()
Ddebugfs.c1974 errcode = ext2fs_bmap(current_fs, ino, 0, 0, 0, blk, &pblk); in do_bmap()
/external/e2fsprogs/lib/ext2fs/
Dfileio.c119 retval = ext2fs_bmap(fs, file->ino, &file->inode, in ext2fs_file_flush()
171 retval = ext2fs_bmap(fs, file->ino, &file->inode, in load_buffer()
Dbmap.c28 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, in ext2fs_bmap() function
Dext2fs.h718 extern errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino,
/external/e2fsprogs/e2fsck/
Demptydir.c130 retval = ext2fs_bmap(fs, edi->ino, &edi->inode, in empty_pass1()
Djournal.c61 retval= ext2fs_bmap(inode->i_ctx->fs, inode->i_ino, in journal_bmap()
Dpass1.c443 if (ext2fs_bmap(ctx->fs, pctx->ino, inode, 0, 0, 0, in check_is_really_dir()
1606 pctx->errcode = ext2fs_bmap(fs, ino, inode, 0, 0, 0, &blk); in handle_htree()
Dpass2.c1465 pctx->errcode = ext2fs_bmap(fs, db->ino, &inode, 0, BMAP_SET, in allocate_dir_block()
/external/e2fsprogs/debian/
De2fslibs.symbols71 ext2fs_bmap@Base 1.37
/external/e2fsprogs/
DRELEASE-NOTES371 Fix big-endian problems with ext2fs_bmap() and ext2fs_bmap2().
1384 The ext2fs_bmap() function now supports BMAP_ALLOC for extent-based