Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h38 #define _XBF_DQUOTS (1u << 17)/* dquot buffer */ macro
69 { _XBF_DQUOTS, "DQUOTS" }, \
H A Dxfs_trans_buf.c808 bp->b_flags |= _XBF_DQUOTS; in xfs_trans_dquot_buf()
H A Dxfs_buf.c1343 else if (bp->b_flags & _XBF_DQUOTS) in xfs_buf_ioend_handle_error()
1406 else if (bp->b_flags & _XBF_DQUOTS) in xfs_buf_ioend()
H A Dxfs_dquot.c1318 bp->b_flags |= _XBF_DQUOTS; in xfs_qm_dqflush()