Searched refs:dquot (Results 1 – 2 of 2) sorted by relevance
291 struct dquot { struct292 LIST_ENTRY(dquot) dq_hash; /* hash list */293 TAILQ_ENTRY(dquot) dq_freelist; /* free list */354 int dqget(u_int32_t, struct quotafile *, int, struct dquot **);357 void dqref(struct dquot *);358 void dqrele(struct dquot *);359 void dqreclaim(struct dquot *);360 int dqsync(struct dquot *);362 void dqlock(struct dquot *);363 void dqunlock(struct dquot *);
92 static void dq_lock_internal(struct dquot *dq);93 static void dq_unlock_internal(struct dquot *dq);103 LIST_HEAD(dqhash, dquot) * dqhashtbl;112 TAILQ_HEAD(dqfreelist, dquot) dqfreelist;116 TAILQ_HEAD(dqdirtylist, dquot) dqdirtylist;118 KALLOC_TYPE_DEFINE(KT_DQUOT, struct dquot, KT_PRIV_ACCT);121 static int dqsync_locked(struct dquot *dq);189 dq_lock_internal(struct dquot *dq) in dq_lock_internal()202 dq_unlock_internal(struct dquot *dq) in dq_unlock_internal()214 dqlock(struct dquot *dq) in dqlock()[all …]