Searched refs:pblk (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/debugfs/
H A Dhtree.c42 blk64_t pblk; local
47 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
54 fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk);
55 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0);
59 blk, pblk);
164 blk64_t pblk; local
172 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
179 errcode = io_channel_read_blk64(current_fs->io, pblk, 1, buf);
H A Ddebugfs.c2091 blk64_t blk, pblk; local
2106 errcode = ext2fs_bmap2(current_fs, ino, 0, 0, 0, blk, 0, &pblk);
2112 printf("%llu\n", pblk);
/external/e2fsprogs/lib/ext2fs/
H A Dpunch.c160 printf("extent: lblk %llu--%llu, len %u, pblk %llu, flags: ",
185 blk64_t pblk; local
205 lfree_start, &pblk);
208 if (!pblk) {
234 lfree_start, &pblk);
237 if (!pblk) {
H A Dbmap.c178 blk64_t *pblk)
184 *pblk = 0;
194 retval = implied_cluster_alloc(fs, ino, inode, handle, lblk, pblk);
176 ext2fs_map_cluster_block(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, blk64_t lblk, blk64_t *pblk) argument
H A Dext2fs.h911 blk64_t *pblk);
/external/e2fsprogs/e2fsck/
H A Dsuper.c321 blk_t blk, pblk; local
408 pblk = fs->super->s_first_data_block + 1 + fs->desc_blocks;
410 pblk++; /* Deal with 1024 blocksize bigalloc fs */
412 i++, gdt_off++, pblk++) {
414 if (dind_buf[gdt_off] != pblk)
416 retval = ext2fs_read_ind_block(fs, pblk, ind_buf);
423 expect = pblk + (j * fs->super->s_blocks_per_group);
H A Djournal.c54 blk64_t pblk;
62 &inode->i_ext2, NULL, 0, block, 0, &pblk);
63 *phys = pblk;

Completed in 392 milliseconds