Home
last modified time | relevance | path

Searched refs:MAXQUOTAS (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dufsmount.h103 struct vnode *um_quotas[MAXQUOTAS]; /* (q) pointer to quota files */
104 struct ucred *um_cred[MAXQUOTAS]; /* (q) quota file access cred */
105 time_t um_btime[MAXQUOTAS]; /* (q) block quota time limit */
106 time_t um_itime[MAXQUOTAS]; /* (q) inode quota time limit */
107 char um_qflags[MAXQUOTAS]; /* (i) quota specific flags */
H A Dufs_quota.c178 for (i = 0; i < MAXQUOTAS; i++) { in chkdq()
199 for (i = 0; i < MAXQUOTAS; i++) { in chkdq()
319 for (i = 0; i < MAXQUOTAS; i++) { in chkiq()
339 for (i = 0; i < MAXQUOTAS; i++) { in chkiq()
469 for (i = 0; i < MAXQUOTAS; i++) { in chkdquot()
752 for (i = 0; i < MAXQUOTAS; i++) in quotaoff_inchange()
755 if (i == MAXQUOTAS) { in quotaoff_inchange()
1069 for (i = 0; i < MAXQUOTAS; i++) in qsync()
1072 if (i == MAXQUOTAS) in qsync()
1092 for (i = 0; i < MAXQUOTAS; i++) { in qsync()
[all …]
H A Dufs_inode.c85 for (i = 0; i < MAXQUOTAS; i++) { in ufs_need_inactive()
227 for (i = 0; i < MAXQUOTAS; i++) { in ufs_reclaim()
H A Dufs_vfsops.c108 if ((uint64_t)type >= MAXQUOTAS) in ufs_quotactl()
H A Dquota.h57 #define MAXQUOTAS 2 macro
H A Dinode.h83 struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */
H A Dufs_vnops.c961 for (i = 0; i < MAXQUOTAS; i++) { in ufs_chown()
986 for (i = 0; i < MAXQUOTAS; i++) { in ufs_chown()
/freebsd/usr.sbin/repquota/
H A Drepquota.c79 static struct fileusage *fuhead[MAXQUOTAS][FUHASH];
82 static u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */
/freebsd/sbin/quotacheck/
H A Dquotacheck.c96 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
/freebsd/sys/ufs/ffs/
H A Dsoftdep.h584 struct dquot *fb_quota[MAXQUOTAS]; /* quotas to be adjusted */
H A Dffs_vfsops.c1115 for (i = 0; i < MAXQUOTAS; i++) in ffs_mountfs()
1358 for (i = 0; i < MAXQUOTAS; i++) { in ffs_flushfiles()
1772 for (i = 0; i < MAXQUOTAS; i++) in ffs_vgetf()
H A Dffs_softdep.c2150 for (i = 0; i < MAXQUOTAS; i++) { in softdep_flushfiles()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c364 if ((uint32_t)type >= MAXQUOTAS) { in zfs_quotactl()