Searched refs:pblk (Results 1 – 2 of 2) sorted by relevance
82 Block **pblk; in cread() local116 pblk = &BlockHash[hi]; in cread()118 while ((blk = *pblk) != NULL) { in cread()121 ppblk = pblk; in cread()122 pblk = &blk->b_HNext; in cread()126 pblk = ppblk; in cread()136 *pblk = blk->b_HNext; in cread()
747 e4fs_daddr_t pblk = ext4_ext_extent_pblock(ex); in ext4_ext_blkpref() local751 return (pblk + (block - blk)); in ext4_ext_blkpref()753 return (pblk - (blk - block)); in ext4_ext_blkpref()1635 ext4_read_extent_tree_block(struct inode *ip, e4fs_daddr_t pblk, in ext4_read_extent_tree_block() argument1644 error = bread(ip->i_devvp, fsbtodb(fs, pblk), in ext4_read_extent_tree_block()