Searched refs:DQ_INODS (Results 1 – 2 of 2) sorted by relevance
328 dq->dq_flags &= ~DQ_INODS; in chkiq()363 dq->dq_flags &= ~DQ_INODS; in chkiq()399 if ((dq->dq_flags & DQ_INODS) == 0 && in chkiqchg()401 dq->dq_flags |= DQ_INODS; in chkiqchg()423 if ((dq->dq_flags & DQ_INODS) == 0 && in chkiqchg()425 dq->dq_flags |= DQ_INODS; in chkiqchg()882 dq->dq_flags &= ~DQ_INODS; in _setquota()937 dq->dq_flags &= ~DQ_INODS; in _setuse()
165 #define DQ_INODS 0x20 /* has been warned about inode limit */ macro