/external/e2fsprogs/lib/ext2fs/ |
D | fileio.c | 144 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()
|
D | symlink.c | 155 retval = ext2fs_bmap2(fs, ino, &inode, NULL, BMAP_SET, 0, NULL, in ext2fs_symlink()
|
D | bmap.c | 302 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()
|
D | namei.c | 68 retval = ext2fs_bmap2(fs, inode, &ei, NULL, 0, 0, NULL, &blk); in follow_link()
|
D | fallocate.c | 838 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()
|
D | mkjournal.c | 314 retval = ext2fs_bmap2(fs, journal_ino, &inode, NULL, 0, 0, NULL, &zblk); in write_journal_inode()
|
D | inline_data.c | 384 retval = ext2fs_bmap2(fs, ino, inode, 0, BMAP_SET, 0, 0, &blk); in ext2fs_inline_data_dir_expand()
|
D | ext2fs.h | 991 extern errcode_t ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino,
|
/external/e2fsprogs/debugfs/ |
D | zap.c | 132 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()
|
D | htree.c | 52 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()
|
D | journal.c | 117 retval = ext2fs_bmap2(inode->i_fs, inode->i_ino, in journal_bmap()
|
D | set_fields.c | 645 retval = ext2fs_bmap2(current_fs, set_ino, in parse_bmap()
|
D | debugfs.c | 2097 errcode = ext2fs_bmap2(current_fs, ino, 0, 0, flags, blk, in do_bmap()
|
/external/e2fsprogs/e2fsck/ |
D | emptydir.c | 131 retval = ext2fs_bmap2(fs, edi->ino, &edi->inode, in empty_pass1()
|
D | journal.c | 112 retval= ext2fs_bmap2(inode->i_ctx->fs, inode->i_ino, in journal_bmap()
|
D | pass2.c | 1960 pctx->errcode = ext2fs_bmap2(fs, db->ino, &inode, 0, BMAP_SET, in allocate_dir_block()
|
D | pass1.c | 742 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/ |
D | libext2fs2.symbols | 112 ext2fs_bmap2@Base 1.41.0
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 1160 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/ |
D | v1.41.txt | 371 Fix big-endian problems with ext2fs_bmap() and ext2fs_bmap2().
|