Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_dquot.h152 extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **);
Dxfs_dquot_item.c199 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dquot_logitem_push()
Dxfs_qm.c151 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dqpurge()
462 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_dquot_isolate()
1254 error = xfs_qm_dqflush(dqp, &bp); in xfs_qm_flush_one()
Dxfs_dquot.c1069 xfs_qm_dqflush( in xfs_qm_dqflush() function