Searched refs:QTF_64BIT (Results 1 – 2 of 2) sorted by relevance
1046 if ((ump->um_qflags[type] & QTF_64BIT) != 0) in getquotasize()1255 ump->um_qflags[type] |= QTF_64BIT; in dqopen()1257 ump->um_qflags[type] &= ~QTF_64BIT; in dqopen()1410 if (ump->um_qflags[type] & QTF_64BIT) { in dqget()1431 if (ump->um_qflags[type] & QTF_64BIT) in dqget()1601 if (ump->um_qflags[dq->dq_type] & QTF_64BIT) { in dqsync()
179 #define QTF_64BIT 0x04 /* 64-bit quota file */ macro