Home
last modified time | relevance | path

Searched refs:ext2fs_bmap2 (Results 1 – 20 of 20) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfileio.c144 retval = ext2fs_bmap2(fs, file->ino, &file->inode, BMAP_BUFFER, in ext2fs_file_flush()
149 retval = ext2fs_bmap2(fs, file->ino, &file->inode, in ext2fs_file_flush()
163 retval = ext2fs_bmap2(fs, file->ino, &file->inode, in ext2fs_file_flush()
215 retval = ext2fs_bmap2(fs, file->ino, &file->inode, in load_buffer()
465 retval = ext2fs_bmap2(fs, file->ino, &file->inode, in ext2fs_file_write()
587 retval = ext2fs_bmap2(fs, file->ino, NULL, NULL, 0, in ext2fs_file_zero_past_offset()
Dsymlink.c155 retval = ext2fs_bmap2(fs, ino, &inode, NULL, BMAP_SET, 0, NULL, in ext2fs_symlink()
Dbmap.c302 errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, in ext2fs_bmap2() function
491 ret = ext2fs_bmap2(fs, ino, inode, block_buf, bmap_flags, block, in ext2fs_bmap()
Dnamei.c68 retval = ext2fs_bmap2(fs, inode, &ei, NULL, 0, 0, NULL, &blk); in follow_link()
Dfallocate.c838 err = ext2fs_bmap2(fs, ino, inode, NULL, 0, blk, 0, &x); in ext2fs_fallocate()
844 err = ext2fs_bmap2(fs, ino, inode, NULL, in ext2fs_fallocate()
Dmkjournal.c314 retval = ext2fs_bmap2(fs, journal_ino, &inode, NULL, 0, 0, NULL, &zblk); in write_journal_inode()
Dinline_data.c384 retval = ext2fs_bmap2(fs, ino, inode, 0, BMAP_SET, 0, 0, &blk); in ext2fs_inline_data_dir_expand()
Dext2fs.h991 extern errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino,
/external/e2fsprogs/debugfs/
Dzap.c132 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0, in do_zap_block()
213 errcode = ext2fs_bmap2(current_fs, inode, 0, 0, 0, in do_block_dump()
Dhtree.c52 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk); in htree_dump_leaf_node()
207 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk); in htree_dump_int_block()
268 errcode = ext2fs_bmap2(current_fs, ino, &inode, buf, 0, 0, 0, &blk); in do_htree_dump()
Djournal.c117 retval = ext2fs_bmap2(inode->i_fs, inode->i_ino, in journal_bmap()
Dset_fields.c645 retval = ext2fs_bmap2(current_fs, set_ino, in parse_bmap()
Ddebugfs.c2097 errcode = ext2fs_bmap2(current_fs, ino, 0, 0, flags, blk, in do_bmap()
/external/e2fsprogs/e2fsck/
Demptydir.c131 retval = ext2fs_bmap2(fs, edi->ino, &edi->inode, in empty_pass1()
Djournal.c112 retval= ext2fs_bmap2(inode->i_ctx->fs, inode->i_ino, in journal_bmap()
Dpass2.c1960 pctx->errcode = ext2fs_bmap2(fs, db->ino, &inode, 0, BMAP_SET, in allocate_dir_block()
Dpass1.c742 if (ext2fs_bmap2(ctx->fs, pctx->ino, inode, 0, 0, 0, 0, in check_is_really_dir()
2639 pctx->errcode = ext2fs_bmap2(fs, ino, inode, 0, 0, 0, 0, &blk); in handle_htree()
/external/e2fsprogs/debian/
Dlibext2fs2.symbols112 ext2fs_bmap2@Base 1.41.0
/external/e2fsprogs/misc/
Dfuse2fs.c1160 err = ext2fs_bmap2(fs, child, (struct ext2_inode *)&inode, NULL, 0, 0, in op_mkdir()
3325 err = ext2fs_bmap2(fs, ino, NULL, NULL, 0, *idx, 0, (blk64_t *)idx); in op_bmap()
3420 err = ext2fs_bmap2(fs, ino, (struct ext2_inode *)inode, *buf, 0, in clean_block_middle()
3455 err = ext2fs_bmap2(fs, ino, (struct ext2_inode *)inode, *buf, 0, in clean_block_edge()
/external/e2fsprogs/doc/RelNotes/
Dv1.41.txt371 Fix big-endian problems with ext2fs_bmap() and ext2fs_bmap2().