Searched refs:pblk (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | htree.c | 42 blk64_t pblk; in htree_dump_leaf_node() local 47 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk); in htree_dump_leaf_node() 54 fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk); in htree_dump_leaf_node() 55 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0); in htree_dump_leaf_node() 59 blk, pblk); in htree_dump_leaf_node() 164 blk64_t pblk; in htree_dump_int_block() local 172 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk); in htree_dump_int_block() 179 errcode = io_channel_read_blk64(current_fs->io, pblk, 1, buf); in htree_dump_int_block()
|
D | debugfs.c | 2091 blk64_t blk, pblk; in do_bmap() local 2106 errcode = ext2fs_bmap2(current_fs, ino, 0, 0, 0, blk, 0, &pblk); in do_bmap() 2112 printf("%llu\n", pblk); in do_bmap()
|
/external/e2fsprogs/lib/ext2fs/ |
D | punch.c | 185 blk64_t pblk; in punch_extent_blocks() local 205 lfree_start, &pblk); in punch_extent_blocks() 208 if (!pblk) { in punch_extent_blocks() 234 lfree_start, &pblk); in punch_extent_blocks() 237 if (!pblk) { in punch_extent_blocks()
|
D | bmap.c | 178 blk64_t *pblk) in ext2fs_map_cluster_block() argument 184 *pblk = 0; in ext2fs_map_cluster_block() 194 retval = implied_cluster_alloc(fs, ino, inode, handle, lblk, pblk); in ext2fs_map_cluster_block()
|
D | ext2fs.h | 913 blk64_t *pblk);
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 321 blk_t blk, pblk; in check_resize_inode() local 408 pblk = fs->super->s_first_data_block + 1 + fs->desc_blocks; in check_resize_inode() 410 pblk++; /* Deal with 1024 blocksize bigalloc fs */ in check_resize_inode() 412 i++, gdt_off++, pblk++) { in check_resize_inode() 414 if (dind_buf[gdt_off] != pblk) in check_resize_inode() 416 retval = ext2fs_read_ind_block(fs, pblk, ind_buf); in check_resize_inode() 423 expect = pblk + (j * fs->super->s_blocks_per_group); in check_resize_inode()
|
D | journal.c | 54 blk64_t pblk; in journal_bmap() 62 &inode->i_ext2, NULL, 0, block, 0, &pblk); in journal_bmap() 63 *phys = pblk; in journal_bmap()
|
/external/clang/test/SemaObjC/ |
D | arc-type-conversion.m | 70 void ownership_transfer_in_cast(void *vp, Block *pblk) { 83 Block_autoreleasing *blk_auto = (Block*)pblk;
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 201 void ownership_transfer_in_cast(void *vp, Block *pblk) { 214 Block_autoreleasing *blk_auto = static_cast<Block*>(pblk);
|