HomeSort by relevance Sort by last modified time
    Searched refs:pblk (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/debugfs/
htree.c 40 blk_t pblk; local
44 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
51 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0);
152 blk_t pblk; local
160 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
167 errcode = io_channel_read_blk(current_fs->io, pblk, 1, buf);
debugfs.c 1698 blk_t blk, pblk; local
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 315 blk_t blk, pblk, expect; local
401 pblk = fs->super->s_first_data_block + 1 + fs->desc_blocks;
403 i++, gdt_off++, pblk++) {
405 if (dind_buf[gdt_off] != pblk)
407 retval = ext2fs_read_ind_block(fs, pblk, ind_buf);
414 expect = pblk + (j * fs->super->s_blocks_per_group);
journal.c 54 blk_t pblk;
62 &inode->i_ext2, NULL, 0, block, &pblk);
63 *phys = pblk;

Completed in 64 milliseconds