Searched defs:dquot (Results 1 – 1 of 1) sorted by relevance
61 struct dquot { struct67 u_int16_t dq_type; /* quota type of this dquot */ argument68 u_int32_t dq_id; /* identifier this applies to */69 struct vnode *dq_vp; /* file backing this quota */70 struct ucred *dq_cred; /* credentials for writing file */71 struct dqblk dq_dqb; /* actual usage & quotas */