Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dquota.h291 struct dquot { struct
297 u_int16_t dq_type; /* quota type of this dquot */ argument
298 u_int32_t dq_id; /* identifier this applies to */
299 u_int32_t dq_index; /* index into quota file */
300 struct quotafile *dq_qfile; /* quota file that this is taken from */
301 struct dqblk dq_dqb; /* actual usage & quotas */
302 uint32_t dq_cnt; /* count of active references */