Home
last modified time | relevance | path

Searched refs:_XBF_DQUOTS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf.h36 #define _XBF_DQUOTS (1 << 17)/* dquot buffer */ macro
60 { _XBF_DQUOTS, "DQUOTS" }, \
H A Dxfs_trans_buf.c766 bp->b_flags |= _XBF_DQUOTS; in xfs_trans_dquot_buf()
H A Dxfs_buf.c1294 else if (bp->b_flags & _XBF_DQUOTS) in xfs_buf_ioend_handle_error()
1357 else if (bp->b_flags & _XBF_DQUOTS) in xfs_buf_ioend()
H A Dxfs_dquot.c1310 bp->b_flags |= _XBF_DQUOTS; in xfs_qm_dqflush()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf.h38 #define _XBF_DQUOTS (1u << 17)/* dquot buffer */ macro
69 { _XBF_DQUOTS, "DQUOTS" }, \
H A Dxfs_trans_buf.c766 bp->b_flags |= _XBF_DQUOTS; in xfs_trans_dquot_buf()
H A 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()
H A Dxfs_dquot.c1284 bp->b_flags |= _XBF_DQUOTS; in xfs_qm_dqflush()

Completed in 14 milliseconds