Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_quota.c1046 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()
H A Dufsmount.h179 #define QTF_64BIT 0x04 /* 64-bit quota file */ macro