HomeSort by: relevance | last modified time | path
    Searched defs:dquot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota.h 61 struct dquot { struct
62 LIST_ENTRY(dquot) dq_hash; /* h: hash list */
64 uint16_t dq_type; /* d: quota type of this dquot */
68 kmutex_t dq_interlock; /* d: lock this dquot */
98 * to reference a dquot structure.
110 int lfs_dqget(struct vnode *, u_long, struct ulfsmount *, int, struct dquot **);
111 void lfs_dqref(struct dquot *);
112 void lfs_dqrele(struct vnode *, struct dquot *);
118 int lfs_dq1get(struct vnode *, u_long, struct ulfsmount *, int, struct dquot *);
119 int lfs_dq1sync(struct vnode *, struct dquot *);
    [all...]
  /src/sys/ufs/ufs/
ufs_quota.h 60 struct dquot { struct
61 LIST_ENTRY(dquot) dq_hash; /* h: hash list */
63 u_int16_t dq_type; /* d: quota type of this dquot */
67 kmutex_t dq_interlock; /* d: lock this dquot */
97 * to reference a dquot structure.
109 int dqget(struct vnode *, u_long, struct ufsmount *, int, struct dquot **);
110 void dqref(struct dquot *);
111 void dqrele(struct vnode *, struct dquot *);
117 int dq1get(struct vnode *, u_long, struct ufsmount *, int, struct dquot *);
118 int dq1sync(struct vnode *, struct dquot *);
    [all...]

Completed in 11 milliseconds