Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dquota.h260 struct quotafile { struct
261 lck_mtx_t qf_lock; /* quota file mutex */
262 struct vnode *qf_vp; /* quota file vnode */
263 kauth_cred_t qf_cred; /* quota file access cred */
264 int qf_shift; /* primary hash shift */
265 int qf_maxentries; /* size of hash table (power of 2) */
266 int qf_entrycnt; /* count of active entries */
267 u_int32_t qf_btime; /* block quota time limit */
268 u_int32_t qf_itime; /* inode quota time limit */
272 char qf_qflags; /* quota specific flags */
[all …]