Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ufs/
H A Dquota.h120 struct ufs_dquot { struct
123 uint16_t dq_flags; /* flags, see below */
124 uint16_t dq_type; /* quota type of this dquot */
125 uint32_t dq_cnt; /* count of active references */
126 uint32_t dq_id; /* identifier this applies to */
127 struct ufsmount *dq_ump; /* filesystem that this is taken from */
128 struct ufs_dqblk dq_dqb; /* actual usage & quotas */