Lines Matching refs:bp
116 xfs_buf_t *bp; /* summary buffer */ in xfs_rtcopy_summary() local
122 bp = NULL; in xfs_rtcopy_summary()
127 error = xfs_rtget_summary(omp, tp, log, bbno, &bp, in xfs_rtcopy_summary()
134 &bp, &sumbno); in xfs_rtcopy_summary()
138 &bp, &sumbno); in xfs_rtcopy_summary()
768 xfs_buf_t *bp; /* temporary buffer for zeroing */ in xfs_growfs_rt_alloc() local
849 bp = xfs_trans_get_buf(tp, mp->m_ddev_targp, d, in xfs_growfs_rt_alloc()
851 if (bp == NULL) { in xfs_growfs_rt_alloc()
857 memset(bp->b_addr, 0, mp->m_sb.sb_blocksize); in xfs_growfs_rt_alloc()
858 xfs_trans_log_buf(tp, bp, 0, mp->m_sb.sb_blocksize - 1); in xfs_growfs_rt_alloc()
890 xfs_buf_t *bp; /* temporary buffer */ in xfs_growfs_rt() local
923 XFS_FSB_TO_BB(mp, 1), 0, &bp, NULL); in xfs_growfs_rt()
926 xfs_buf_relse(bp); in xfs_growfs_rt()
1060 bp = NULL; in xfs_growfs_rt()
1062 nsbp->sb_rextents - sbp->sb_rextents, &bp, &sumbno); in xfs_growfs_rt()
1181 struct xfs_buf *bp; /* buffer for last block of subvolume */ in xfs_rtmount_init() local
1212 XFS_FSB_TO_BB(mp, 1), 0, &bp, NULL); in xfs_rtmount_init()
1217 xfs_buf_relse(bp); in xfs_rtmount_init()