Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_dquot_item.c159 error = xfs_dquot_use_attached_buf(dqp, &bp); in xfs_qm_dquot_logitem_push()
H A Dxfs_dquot.h244 int xfs_dquot_use_attached_buf(struct xfs_dquot *dqp, struct xfs_buf **bpp);
H A Dxfs_qm.c152 error = xfs_dquot_use_attached_buf(dqp, &bp); in xfs_qm_dqpurge()
1478 error = xfs_dquot_use_attached_buf(dqp, &bp); in xfs_qm_flush_one()
H A Dxfs_dquot.c1353 xfs_dquot_use_attached_buf( in xfs_dquot_use_attached_buf() function