Searched refs:dquot (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_quota.h | 93 struct dquot { struct 94 struct dquot *dq_forw, *dq_back; /* hash list, MUST be first entry */ argument 95 struct dquot *dq_freef, *dq_freeb; /* free list */ argument 136 struct dquot *dqh_forw; /* MUST be first */ 137 struct dquot *dqh_back; /* MUST be second */ 142 extern struct dquot *dquot, *dquotNDQUOT; 149 extern struct dquot *getinoquota(struct inode *); 154 extern void dqrele(struct dquot *); 158 extern int getdiskquota(uid_t, struct ufsvfs *, int, struct dquot **); 159 extern void dqput(struct dquot *); [all …]
|
H A D | ufs_trans.h | 439 #define QUOTASIZE sizeof (struct dquot) + HEADERSIZE 503 extern void ufs_trans_quota(struct dquot *); 504 extern void ufs_trans_dqrele(struct dquot *);
|
H A D | ufs_inode.h | 251 struct dquot *i_dquot; /* quota structure controlling this file */
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | quota.c | 78 struct dquot dqfreelist; 105 typedef struct dquot *DQptr; 125 register struct dquot *dqp; in qtinit2() 132 dquot = kmem_zalloc(ndquot * sizeof (struct dquot), KM_SLEEP); in qtinit2() 133 dquotNDQUOT = dquot + ndquot; in qtinit2() 143 for (dqp = dquot; dqp < dquotNDQUOT; dqp++) { in qtinit2() 159 struct dquot **dqpp) /* resulting dquot ptr */ in getdiskquota() 161 struct dquot *dqp; in getdiskquota() 326 register struct dquot *dqp; in dqput() 362 register struct dquot *dqp; in dqupdate() [all …]
|
H A D | quota_ufs.c | 71 struct dquot * 74 struct dquot *dqp, *xdqp; in getinoquota() 126 struct dquot *dqp; in chkdq() 170 struct dquot *expect_dq; in chkdq() 185 struct dquot *xdqp; in chkdq() 420 struct dquot *dqp, *xdqp; in chkiq() 594 dqrele(struct dquot *dqp) in dqrele()
|
H A D | quotacalls.c | 198 struct dquot *dqp; in opendq() 321 struct dquot *dqp; in closedq_scan_inode() 491 struct dquot *dqp; in setquota() 493 struct dquot *xdqp; in setquota() 680 struct dquot *dqp; in getquota() 681 struct dquot *xdqp; in getquota() 735 struct dquot *dqp; in quotasync() 779 for (dqp = dquot; dqp < dquotNDQUOT; dqp++) { in quotasync() 810 for (dqp = dquot; dqp < dquotNDQUOT; dqp++) { in quotasync()
|
H A D | ufs_trans.c | 508 ufs_trans_push_quota(ufsvfs_t *ufsvfsp, delta_t dtyp, struct dquot *dqp) in ufs_trans_push_quota() 579 ufs_trans_quota(struct dquot *dqp) in ufs_trans_quota() 615 ufs_trans_dqrele(struct dquot *dqp) in ufs_trans_dqrele()
|
H A D | lufs_map.c | 49 extern int ufs_trans_push_quota(ufsvfs_t *, delta_t, struct dquot *); 1986 struct dquot *dqp; in handle_dquot() 1988 dqp = (struct dquot *)me->me_arg; in handle_dquot()
|
H A D | ufs_vfsops.c | 107 struct dquot *dquot, *dquotNDQUOT; variable
|