Searched refs:QTF_CLOSING (Results 1 – 2 of 2) sorted by relevance
473 (ump->um_qflags[i] & (QTF_OPENING|QTF_CLOSING))) in chkdquot()540 if ((ump->um_qflags[type] & (QTF_OPENING|QTF_CLOSING)) != 0) { in quotaon()546 ump->um_qflags[type] |= QTF_OPENING|QTF_CLOSING; in quotaon()551 ump->um_qflags[type] &= ~(QTF_OPENING|QTF_CLOSING); in quotaon()589 ump->um_qflags[type] &= ~QTF_CLOSING; in quotaon()633 KASSERT((ump->um_qflags[type] & QTF_CLOSING) == 0, in quotaon()658 KASSERT((ump->um_qflags[type] & QTF_CLOSING) != 0, in quotaoff1()753 ump->um_qflags[type] &= ~QTF_CLOSING; in quotaoff_inchange()782 if ((ump->um_qflags[type] & (QTF_OPENING|QTF_CLOSING)) != 0) { in quotaoff()786 ump->um_qflags[type] |= QTF_CLOSING; in quotaoff()[all …]
180 #define QTF_CLOSING 0x02 /* Q_QUOTAOFF in progress */ macro