Home
last modified time | relevance | path

Searched defs:quotaval (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/sys/
H A Dquota.h73 struct quotaval { struct
74 uint64_t qv_hardlimit; /* absolute limit */
75 uint64_t qv_softlimit; /* overflowable limit */
76 uint64_t qv_usage; /* current usage */
77 time_t qv_expiretime; /* time when softlimit grace expires */
78 time_t qv_grace; /* allowed time for overflowing soft limit */