Home
last modified time | relevance | path

Searched refs:um_qflags (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dufs_quota.c471 (ump->um_qflags[i] & (QTF_OPENING|QTF_CLOSING))) in chkdquot()
538 if ((ump->um_qflags[type] & (QTF_OPENING|QTF_CLOSING)) != 0) { in quotaon()
544 ump->um_qflags[type] |= QTF_OPENING|QTF_CLOSING; in quotaon()
549 ump->um_qflags[type] &= ~(QTF_OPENING|QTF_CLOSING); in quotaon()
587 ump->um_qflags[type] &= ~QTF_CLOSING; in quotaon()
630 ump->um_qflags[type] &= ~QTF_OPENING; in quotaon()
631 KASSERT((ump->um_qflags[type] & QTF_CLOSING) == 0, in quotaon()
656 KASSERT((ump->um_qflags[type] & QTF_CLOSING) != 0, in quotaoff1()
751 ump->um_qflags[type] &= ~QTF_CLOSING; in quotaoff_inchange()
780 if ((ump->um_qflags[type] & (QTF_OPENING|QTF_CLOSING)) != 0) { in quotaoff()
[all …]
H A Dufsmount.h107 char um_qflags[MAXQUOTAS]; /* (i) quota specific flags */ member