Lines Matching refs:dquot
81 struct dquot dqfreelist;
108 typedef struct dquot *DQptr;
128 register struct dquot *dqp; in qtinit2()
135 dquot = kmem_zalloc(ndquot * sizeof (struct dquot), KM_SLEEP); in qtinit2()
136 dquotNDQUOT = dquot + ndquot; in qtinit2()
146 for (dqp = dquot; dqp < dquotNDQUOT; dqp++) { in qtinit2()
162 struct dquot **dqpp) /* resulting dquot ptr */ in getdiskquota()
164 struct dquot *dqp; in getdiskquota()
329 register struct dquot *dqp; in dqput()
365 register struct dquot *dqp; in dqupdate()
462 register struct dquot *dqp; in dqinval()
509 register struct dquot *dqp;
531 for (dqp = dquot; dqp < dquotNDQUOT; dqp++) {