Searched refs:dquot (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_quota.h | 95 struct dquot { struct 96 struct dquot *dq_forw, *dq_back; /* hash list, MUST be first entry */ argument 97 struct dquot *dq_freef, *dq_freeb; /* free list */ argument 138 struct dquot *dqh_forw; /* MUST be first */ 139 struct dquot *dqh_back; /* MUST be second */ 144 extern struct dquot *dquot, *dquotNDQUOT; 151 extern struct dquot *getinoquota(struct inode *); 156 extern void dqrele(struct dquot *); 160 extern int getdiskquota(uid_t, struct ufsvfs *, int, struct dquot **); 161 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 */
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | quota.c | 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() [all …]
|
H A D | quota_ufs.c | 73 struct dquot * 76 struct dquot *dqp, *xdqp; in getinoquota() 128 struct dquot *dqp; in chkdq() 172 struct dquot *expect_dq; in chkdq() 187 struct dquot *xdqp; in chkdq() 422 struct dquot *dqp, *xdqp; in chkiq() 596 dqrele(struct dquot *dqp) in dqrele()
|
H A D | quotacalls.c | 201 struct dquot *dqp; in opendq() 324 struct dquot *dqp; in closedq_scan_inode() 494 struct dquot *dqp; in setquota() 496 struct dquot *xdqp; in setquota() 683 struct dquot *dqp; in getquota() 684 struct dquot *xdqp; in getquota() 738 struct dquot *dqp; in quotasync() 782 for (dqp = dquot; dqp < dquotNDQUOT; dqp++) { in quotasync() 813 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 | 105 struct dquot *dquot, *dquotNDQUOT; variable
|