Home
last modified time | relevance | path

Searched refs:xfs_qm_dqflush (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_dquot_item.c170 error = xfs_qm_dqflush(dqp, bp); in xfs_qm_dquot_logitem_push()
H A Dxfs_dquot.h220 int xfs_qm_dqflush(struct xfs_dquot *dqp, struct xfs_buf *bp);
H A Dxfs_qm.c164 error = xfs_qm_dqflush(dqp, bp); in xfs_qm_dqpurge()
521 error = xfs_qm_dqflush(dqp, bp); in xfs_qm_dquot_isolate()
1537 error = xfs_qm_dqflush(dqp, bp); in xfs_qm_flush_one()
H A Dxfs_dquot.c1388 xfs_qm_dqflush( in xfs_qm_dqflush() function