Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()