Lines Matching refs:bp
152 struct xfs_buf *bp = NULL; in xfs_qm_dqpurge() local
159 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dqpurge()
164 error = xfs_bwrite(bp); in xfs_qm_dqpurge()
165 xfs_buf_relse(bp); in xfs_qm_dqpurge()
470 struct xfs_buf *bp = NULL; in xfs_qm_dquot_isolate() local
478 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dquot_isolate()
485 xfs_buf_delwri_queue(bp, &isol->buffers); in xfs_qm_dquot_isolate()
486 xfs_buf_relse(bp); in xfs_qm_dquot_isolate()
813 xfs_buf_t *bp, in xfs_qm_reset_dqcounts() argument
820 trace_xfs_reset_dqcounts(bp, _RET_IP_); in xfs_qm_reset_dqcounts()
831 dqb = bp->b_addr; in xfs_qm_reset_dqcounts()
876 struct xfs_buf *bp; in xfs_qm_dqiter_bufs() local
897 mp->m_quotainfo->qi_dqchunklen, 0, &bp, in xfs_qm_dqiter_bufs()
910 mp->m_quotainfo->qi_dqchunklen, 0, &bp, in xfs_qm_dqiter_bufs()
922 bp->b_ops = &xfs_dquot_buf_ops; in xfs_qm_dqiter_bufs()
923 xfs_qm_reset_dqcounts(mp, bp, firstid, type); in xfs_qm_dqiter_bufs()
924 xfs_buf_delwri_queue(bp, buffer_list); in xfs_qm_dqiter_bufs()
925 xfs_buf_relse(bp); in xfs_qm_dqiter_bufs()
1223 struct xfs_buf *bp = NULL; in xfs_qm_flush_one() local
1233 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_flush_one()
1237 xfs_buf_delwri_queue(bp, buffer_list); in xfs_qm_flush_one()
1238 xfs_buf_relse(bp); in xfs_qm_flush_one()
1360 struct xfs_buf *bp = in xfs_qm_quotacheck() local
1362 list_del_init(&bp->b_list); in xfs_qm_quotacheck()
1363 xfs_buf_relse(bp); in xfs_qm_quotacheck()