Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ufs/ufs/
Dufsmount.h131 #define QTF_64BIT 0x04 /* 64-bit quota file */ macro
Dufs_quota.c1018 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()