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

  /external/e2fsprogs/debugfs/
htree.c 42 blk_t pblk; local
47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
55 (unsigned long) blk, (unsigned long) pblk);
56 errcode = ext2fs_read_dir_block2(current_fs, pblk, buf, 0);
60 (unsigned long) blk, (unsigned long) pblk);
165 blk_t pblk; local
173 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
180 errcode = io_channel_read_blk(current_fs->io, pblk, 1, buf);
debugfs.c 1961 blk_t blk, pblk; local
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 314 blk_t blk, pblk, expect; local
400 pblk = fs->super->s_first_data_block + 1 + fs->desc_blocks;
402 i++, gdt_off++, pblk++) {
404 if (dind_buf[gdt_off] != pblk)
406 retval = ext2fs_read_ind_block(fs, pblk, ind_buf);
413 expect = pblk + (j * fs->super->s_blocks_per_group);

Completed in 63 milliseconds