Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_dquot_item.c157 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dquot_logitem_push()
Dxfs_dquot.h207 int xfs_qm_dqflush(struct xfs_dquot *dqp, struct xfs_buf **bpp);
Dxfs_qm.c148 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dqpurge()
458 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dquot_isolate()
1252 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_flush_one()
Dxfs_dquot.c1213 xfs_qm_dqflush( in xfs_qm_dqflush() function