Home
last modified time | relevance | path

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

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