Searched refs:dquot (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h93 * file system mount structure and dquot array in the inode structure. The semantics
271 int qf_refcnt; /* count of dquot refs on this file */
289 struct dquot { struct
290 LIST_ENTRY(dquot) dq_hash; /* hash list */
291 TAILQ_ENTRY(dquot) dq_freelist; /* free list */
295 u_int16_t dq_type; /* quota type of this dquot */
332 * to reference a dquot structure.
345 * Functions that manage the in-core dquot and the
353 int dqget(u_int32_t, struct quotafile *, int, struct dquot **);
357 void dqref(struct dquot *);
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c96 static void dq_lock_internal(struct dquot *dq);
97 static void dq_unlock_internal(struct dquot *dq);
103 * Code pertaining to management of the in-core dquot data structures.
107 LIST_HEAD(dqhash, dquot) *dqhashtbl;
116 TAILQ_HEAD(dqfreelist, dquot) dqfreelist;
120 TAILQ_HEAD(dqdirtylist, dquot) dqdirtylist;
124 static int dqsync_locked(struct dquot *dq);
177 * Initialize hash table for dquot structures.
224 dq_lock_internal(struct dquot *dq)
237 dq_unlock_internal(struct dquot *d
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.h99 int hfs_isiqchg_allowed(struct dquot *, struct hfsmount *, int32_t, kauth_cred_t, int, uid_t);
H A Dhfs_quota.c154 register struct dquot *dq;
227 register struct dquot *dq = cp->c_dquot[type];
300 register struct dquot *dq;
368 struct dquot* dq;
432 register struct dquot *dq = cp->c_dquot[type];
498 * size and not to have a dquot structure associated with it.
512 vprint("chkdquot: missing dquot", vp);
513 panic("missing dquot");
601 * NB: only need to add dquot's for cnodes being modified.
638 struct dquot *d
[all...]
H A Dhfs_cnode.h143 struct dquot *c_dquot[MAXQUOTAS]; /* cnode's quota info */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_malloc.c351 { SOX(dquot), KMZ_LOOKUPZONE, FALSE }, /* 27 M_DQUOT */

Completed in 38 milliseconds