Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dquota.h150 uint16_t dq_type; /* quota type of this dquot */ member
H A Dufs_quota.c1197 dq->dq_ump->um_quotas[dq->dq_type] != dqvp) in dqhashfind()
1398 dq->dq_type = type; in dqget()
1564 if ((dqvp = ump->um_quotas[dq->dq_type]) == NULL) { in dqsync()
1597 if (ump->um_qflags[dq->dq_type] & QTF_64BIT) { in dqsync()
1616 error = VOP_WRITE(dqvp, &auio, 0, dq->dq_ump->um_cred[dq->dq_type]); in dqsync()
1653 if (dq->dq_ump->um_quotas[dq->dq_type] != vp) in dqflush()