Symbol: MAXQUOTAS
sbin/quotacheck/quotacheck.c
103
struct fileusage *fuhead[MAXQUOTAS][FUHASH];
sbin/quotacheck/quotacheck.c
109
u_int32_t highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */
sys/ufs/ffs/ffs_vfsops.c
775
for (i = 0; i < MAXQUOTAS; i++)
sys/ufs/ffs/ffs_vfsops.c
973
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/inode.h
86
struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */
sys/ufs/ufs/ufs_quota.c
1024
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
1060
if ((u_int)type >= MAXQUOTAS)
sys/ufs/ufs/ufs_quota.c
199
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
208
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
238
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
324
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
333
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
360
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
443
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
608
for (type = 0; type < MAXQUOTAS; type++)
sys/ufs/ufs/ufs_quota.c
611
if (type == MAXQUOTAS)
sys/ufs/ufs/ufs_quota.c
767
for (i = 0; i < MAXQUOTAS; i++) {
sys/ufs/ufs/ufs_quota.c
789
for (i = 0; i < MAXQUOTAS; i++)
sys/ufs/ufs/ufs_quota.c
792
if (i == MAXQUOTAS)
sys/ufs/ufs/ufs_quota.c
874
numdquot < MAXQUOTAS * initialvnodes)
sys/ufs/ufs/ufsmount.h
59
struct vnode *um_quotas[MAXQUOTAS]; /* pointer to quota files */
sys/ufs/ufs/ufsmount.h
60
struct ucred *um_cred[MAXQUOTAS]; /* quota file access cred */
sys/ufs/ufs/ufsmount.h
64
time_t um_btime[MAXQUOTAS]; /* block quota time limit */
sys/ufs/ufs/ufsmount.h
65
time_t um_itime[MAXQUOTAS]; /* inode quota time limit */
sys/ufs/ufs/ufsmount.h
66
char um_qflags[MAXQUOTAS]; /* quota specific flags */
usr.sbin/repquota/repquota.c
59
struct fileusage *fuhead[MAXQUOTAS][FUHASH];
usr.sbin/repquota/repquota.c
62
uid_t highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */