Searched defs:dqfilehdr (Results 1 – 1 of 1) sorted by relevance
149 struct dqfilehdr { struct150 u_int32_t dqh_magic;151 u_int32_t dqh_version; /* == QF_VERSION */152 u_int32_t dqh_maxentries; /* must be a power of 2 */153 u_int32_t dqh_entrycnt; /* count of active entries */154 u_int32_t dqh_flags; /* reserved for now (0) */155 u_int32_t dqh_chktime; /* time of last quota check */156 u_int32_t dqh_btime; /* time limit for excessive disk use */157 u_int32_t dqh_itime; /* time limit for excessive files */158 char dqh_string[16]; /* tag string */[all …]