Home
last modified time | relevance | path

Searched refs:dquot (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dquota.h145 struct dquot { struct
146 LIST_ENTRY(dquot) dq_hash; /* (h) hash list */
147 TAILQ_ENTRY(dquot) dq_freelist; /* (h) free list */
226 void dqrele(struct vnode *, struct dquot *);
243 int quotaref(struct vnode *, struct dquot **);
244 void quotarele(struct dquot **);
245 void quotaadj(struct dquot **, struct ufsmount *, int64_t);
H A Dufs_quota.c79 uint64_t, struct ufsmount *, int, struct dquot **);
80 static int dqsync(struct vnode *, struct dquot *);
86 static void dqb32_dq(const struct dqblk32 *, struct dquot *);
87 static void dqb64_dq(const struct dqblk64 *, struct dquot *);
88 static void dq_dqb32(const struct dquot *, struct dqblk32 *);
89 static void dq_dqb64(const struct dquot *, struct dqblk64 *);
94 static void dqref(struct dquot *);
153 struct dquot *dq; in chkdq()
254 struct dquot *dq = ip->i_dquot[type]; in chkdqchg()
308 struct dquot *dq; in chkiq()
[all …]
H A Dinode.h83 struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */
/freebsd/share/doc/smm/02.config/
H A Dspell.ok138 dquot
/freebsd/sys/ufs/ffs/
H A Dsoftdep.h584 struct dquot *fb_quota[MAXQUOTAS]; /* quotas to be adjusted */