Searched defs:dquot (Results 1 – 1 of 1) sorted by relevance
291 struct dquot { struct297 u_int16_t dq_type; /* quota type of this dquot */ argument298 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 */