Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ufs/ufs/
HDufsmount.h105 struct vnode *um_quotas[MAXQUOTAS]; /* (q) pointer to quota files */
106 struct ucred *um_cred[MAXQUOTAS]; /* (q) quota file access cred */
107 time_t um_btime[MAXQUOTAS]; /* (q) block quota time limit */
108 time_t um_itime[MAXQUOTAS]; /* (q) inode quota time limit */
109 char um_qflags[MAXQUOTAS]; /* (i) quota specific flags */
HDufs_quota.c180 for (i = 0; i < MAXQUOTAS; i++) { in chkdq()
201 for (i = 0; i < MAXQUOTAS; i++) { in chkdq()
321 for (i = 0; i < MAXQUOTAS; i++) { in chkiq()
341 for (i = 0; i < MAXQUOTAS; i++) { in chkiq()
471 for (i = 0; i < MAXQUOTAS; i++) { in chkdquot()
754 for (i = 0; i < MAXQUOTAS; i++) in quotaoff_inchange()
757 if (i == MAXQUOTAS) { in quotaoff_inchange()
1071 for (i = 0; i < MAXQUOTAS; i++) in qsync()
1074 if (i == MAXQUOTAS) in qsync()
1094 for (i = 0; i < MAXQUOTAS; i++) { in qsync()
[all …]
HDufs_inode.c87 for (i = 0; i < MAXQUOTAS; i++) { in ufs_need_inactive()
229 for (i = 0; i < MAXQUOTAS; i++) { in ufs_reclaim()
HDufs_vfsops.c110 if ((uint64_t)type >= MAXQUOTAS) in ufs_quotactl()
HDquota.h59 #define MAXQUOTAS 2 macro
HDinode.h85 struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */
HDufs_vnops.c963 for (i = 0; i < MAXQUOTAS; i++) { in ufs_chown()
988 for (i = 0; i < MAXQUOTAS; i++) { in ufs_chown()
/freebsd-14-stable/usr.sbin/repquota/
HDrepquota.c91 static struct fileusage *fuhead[MAXQUOTAS][FUHASH];
94 static u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */
/freebsd-14-stable/sbin/quotacheck/
HDquotacheck.c108 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
/freebsd-14-stable/sys/ufs/ffs/
HDsoftdep.h586 struct dquot *fb_quota[MAXQUOTAS]; /* quotas to be adjusted */
HDffs_vfsops.c1117 for (i = 0; i < MAXQUOTAS; i++) in ffs_mountfs()
1360 for (i = 0; i < MAXQUOTAS; i++) { in ffs_flushfiles()
1774 for (i = 0; i < MAXQUOTAS; i++) in ffs_vgetf()
HDffs_softdep.c2154 for (i = 0; i < MAXQUOTAS; i++) { in softdep_flushfiles()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_vfsops.c362 if ((uint32_t)type >= MAXQUOTAS) { in zfs_quotactl()