Lines Matching refs:tpt
586 struct buf *tpt = 0; in remountfs() local
668 tpt = UFS_BREAD(ufsvfsp, ufsvfsp->vfs_dev, SBLOCK, SBSIZE); in remountfs()
669 if (tpt->b_flags & B_ERROR) { in remountfs()
673 fspt = (struct fs *)tpt->b_un.b_addr; in remountfs()
684 tpt->b_flags |= B_STALE | B_AGE; in remountfs()
725 bcopy(tpt->b_un.b_addr, bp->b_un.b_addr, fspt->fs_sbsize); in remountfs()
729 tpt->b_flags |= B_STALE | B_AGE; in remountfs()
730 brelse(tpt); in remountfs()
731 tpt = 0; in remountfs()
778 if (tpt) in remountfs()
779 brelse(tpt); in remountfs()