Symbol: dquot
usr/src/uts/common/fs/ufs/lufs_map.c
1985
struct dquot *dqp;
usr/src/uts/common/fs/ufs/lufs_map.c
1987
dqp = (struct dquot *)me->me_arg;
usr/src/uts/common/fs/ufs/lufs_map.c
49
extern int ufs_trans_push_quota(ufsvfs_t *, delta_t, struct dquot *);
usr/src/uts/common/fs/ufs/quota.c
105
typedef struct dquot *DQptr;
usr/src/uts/common/fs/ufs/quota.c
125
register struct dquot *dqp;
usr/src/uts/common/fs/ufs/quota.c
132
dquot = kmem_zalloc(ndquot * sizeof (struct dquot), KM_SLEEP);
usr/src/uts/common/fs/ufs/quota.c
133
dquotNDQUOT = dquot + ndquot;
usr/src/uts/common/fs/ufs/quota.c
143
for (dqp = dquot; dqp < dquotNDQUOT; dqp++) {
usr/src/uts/common/fs/ufs/quota.c
159
struct dquot **dqpp) /* resulting dquot ptr */
usr/src/uts/common/fs/ufs/quota.c
161
struct dquot *dqp;
usr/src/uts/common/fs/ufs/quota.c
326
register struct dquot *dqp;
usr/src/uts/common/fs/ufs/quota.c
362
register struct dquot *dqp;
usr/src/uts/common/fs/ufs/quota.c
459
register struct dquot *dqp;
usr/src/uts/common/fs/ufs/quota.c
506
register struct dquot *dqp;
usr/src/uts/common/fs/ufs/quota.c
528
for (dqp = dquot; dqp < dquotNDQUOT; dqp++) {
usr/src/uts/common/fs/ufs/quota.c
78
struct dquot dqfreelist;
usr/src/uts/common/fs/ufs/quota_ufs.c
126
struct dquot *dqp;
usr/src/uts/common/fs/ufs/quota_ufs.c
170
struct dquot *expect_dq;
usr/src/uts/common/fs/ufs/quota_ufs.c
185
struct dquot *xdqp;
usr/src/uts/common/fs/ufs/quota_ufs.c
420
struct dquot *dqp, *xdqp;
usr/src/uts/common/fs/ufs/quota_ufs.c
594
dqrele(struct dquot *dqp)
usr/src/uts/common/fs/ufs/quota_ufs.c
71
struct dquot *
usr/src/uts/common/fs/ufs/quota_ufs.c
74
struct dquot *dqp, *xdqp;
usr/src/uts/common/fs/ufs/quotacalls.c
198
struct dquot *dqp;
usr/src/uts/common/fs/ufs/quotacalls.c
321
struct dquot *dqp;
usr/src/uts/common/fs/ufs/quotacalls.c
491
struct dquot *dqp;
usr/src/uts/common/fs/ufs/quotacalls.c
493
struct dquot *xdqp;
usr/src/uts/common/fs/ufs/quotacalls.c
680
struct dquot *dqp;
usr/src/uts/common/fs/ufs/quotacalls.c
681
struct dquot *xdqp;
usr/src/uts/common/fs/ufs/quotacalls.c
735
struct dquot *dqp;
usr/src/uts/common/fs/ufs/quotacalls.c
779
for (dqp = dquot; dqp < dquotNDQUOT; dqp++) {
usr/src/uts/common/fs/ufs/quotacalls.c
810
for (dqp = dquot; dqp < dquotNDQUOT; dqp++) {
usr/src/uts/common/fs/ufs/ufs_trans.c
508
ufs_trans_push_quota(ufsvfs_t *ufsvfsp, delta_t dtyp, struct dquot *dqp)
usr/src/uts/common/fs/ufs/ufs_trans.c
579
ufs_trans_quota(struct dquot *dqp)
usr/src/uts/common/fs/ufs/ufs_trans.c
615
ufs_trans_dqrele(struct dquot *dqp)
usr/src/uts/common/fs/ufs/ufs_vfsops.c
107
struct dquot *dquot, *dquotNDQUOT;
usr/src/uts/common/sys/fs/ufs_inode.h
251
struct dquot *i_dquot; /* quota structure controlling this file */
usr/src/uts/common/sys/fs/ufs_quota.h
136
struct dquot *dqh_forw; /* MUST be first */
usr/src/uts/common/sys/fs/ufs_quota.h
137
struct dquot *dqh_back; /* MUST be second */
usr/src/uts/common/sys/fs/ufs_quota.h
142
extern struct dquot *dquot, *dquotNDQUOT;
usr/src/uts/common/sys/fs/ufs_quota.h
149
extern struct dquot *getinoquota(struct inode *);
usr/src/uts/common/sys/fs/ufs_quota.h
154
extern void dqrele(struct dquot *);
usr/src/uts/common/sys/fs/ufs_quota.h
158
extern int getdiskquota(uid_t, struct ufsvfs *, int, struct dquot **);
usr/src/uts/common/sys/fs/ufs_quota.h
159
extern void dqput(struct dquot *);
usr/src/uts/common/sys/fs/ufs_quota.h
160
extern void dqupdate(struct dquot *);
usr/src/uts/common/sys/fs/ufs_quota.h
161
extern void dqinval(struct dquot *);
usr/src/uts/common/sys/fs/ufs_quota.h
94
struct dquot *dq_forw, *dq_back; /* hash list, MUST be first entry */
usr/src/uts/common/sys/fs/ufs_quota.h
95
struct dquot *dq_freef, *dq_freeb; /* free list */
usr/src/uts/common/sys/fs/ufs_trans.h
439
#define QUOTASIZE sizeof (struct dquot) + HEADERSIZE
usr/src/uts/common/sys/fs/ufs_trans.h
503
extern void ufs_trans_quota(struct dquot *);
usr/src/uts/common/sys/fs/ufs_trans.h
504
extern void ufs_trans_dqrele(struct dquot *);