Searched refs:QTF_64BIT (Results 1 – 2 of 2) sorted by relevance
131 #define QTF_64BIT 0x04 /* 64-bit quota file */ macro
1018 if ((ump->um_qflags[type] & QTF_64BIT) != 0) in getquotasize()1232 ump->um_qflags[type] |= QTF_64BIT; in dqopen()1234 ump->um_qflags[type] &= ~QTF_64BIT; in dqopen()1387 if (ump->um_qflags[type] & QTF_64BIT) { in dqget()1408 if (ump->um_qflags[type] & QTF_64BIT) in dqget()1578 if (ump->um_qflags[dq->dq_type] & QTF_64BIT) { in dqsync()