Home
last modified time | relevance | path

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

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