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()
812 xfs_buf_t *bp, in xfs_qm_reset_dqcounts() argument
819 trace_xfs_reset_dqcounts(bp, _RET_IP_); in xfs_qm_reset_dqcounts()
830 dqb = bp->b_addr; in xfs_qm_reset_dqcounts()
875 struct xfs_buf *bp; in xfs_qm_dqiter_bufs() local
896 mp->m_quotainfo->qi_dqchunklen, 0, &bp, in xfs_qm_dqiter_bufs()
909 mp->m_quotainfo->qi_dqchunklen, 0, &bp, in xfs_qm_dqiter_bufs()
921 bp->b_ops = &xfs_dquot_buf_ops; in xfs_qm_dqiter_bufs()
922 xfs_qm_reset_dqcounts(mp, bp, firstid, type); in xfs_qm_dqiter_bufs()
923 xfs_buf_delwri_queue(bp, buffer_list); in xfs_qm_dqiter_bufs()
924 xfs_buf_relse(bp); in xfs_qm_dqiter_bufs()
1222 struct xfs_buf *bp = NULL; in xfs_qm_flush_one() local
1232 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_flush_one()
1236 xfs_buf_delwri_queue(bp, buffer_list); in xfs_qm_flush_one()
1237 xfs_buf_relse(bp); in xfs_qm_flush_one()
1359 struct xfs_buf *bp = in xfs_qm_quotacheck() local
1361 list_del_init(&bp->b_list); in xfs_qm_quotacheck()
1362 xfs_buf_relse(bp); in xfs_qm_quotacheck()