Home
last modified time | relevance | path

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

/netbsd/sys/ufs/ufs/
H A Dufsmount.h96 struct vnode *um_quotas[MAXQUOTAS]; /* pointer to quota files */
97 kauth_cred_t um_cred[MAXQUOTAS]; /* quota file access cred */
105 time_t q1_btime[MAXQUOTAS]; /* block quota time limit */
106 time_t q1_itime[MAXQUOTAS]; /* inode quota time limit */
107 char q1_qflags[MAXQUOTAS]; /* quota specific flags */
H A Dufs_quota1.c74 for (i = 0; i < MAXQUOTAS; i++) { in chkdq1()
89 for (i = 0; i < MAXQUOTAS; i++) { in chkdq1()
103 for (i = 0; i < MAXQUOTAS; i++) { in chkdq1()
197 for (i = 0; i < MAXQUOTAS; i++) { in chkiq1()
211 for (i = 0; i < MAXQUOTAS; i++) { in chkiq1()
288 for (i = 0; i < MAXQUOTAS; i++) { in quota1_umount()
469 for (i = 0; i < MAXQUOTAS; i++) in quota1_handle_cmd_quotaoff()
473 if (i == MAXQUOTAS) in quota1_handle_cmd_quotaoff()
478 if (i == MAXQUOTAS) in quota1_handle_cmd_quotaoff()
760 for (i = 0; i < MAXQUOTAS; i++) in q1sync()
[all …]
H A Dufs_quota.c62 const char *quotatypes[MAXQUOTAS] = INITQFNAMES;
111 for (i = 0; i < MAXQUOTAS; i++) in ufsquota_init()
123 for (i = 0; i < MAXQUOTAS; i++) { in ufsquota_free()
242 info->qs_numidtypes = MAXQUOTAS; in quota_handle_cmd_stat()
254 info->qs_numidtypes = MAXQUOTAS; in quota_handle_cmd_stat()
751 u_int32_t ino_ids[MAXQUOTAS]; in getinoquota()
757 for (i = 0; i < MAXQUOTAS; i++) in getinoquota()
763 for (i = 0; i < MAXQUOTAS; i++) { in getinoquota()
H A Dufs_quota2.c272 for (i = 0; i < MAXQUOTAS; i++) { in quota2_umount()
370 u_int32_t ino_ids[MAXQUOTAS]; in getinoquota2()
382 for (i = 0; i < MAXQUOTAS; i++) { in getinoquota2()
389 for (i = 0; i < MAXQUOTAS; i++) { in getinoquota2()
439 struct buf *bp[MAXQUOTAS]; in quota2_check()
440 struct quota2_entry *q2e[MAXQUOTAS]; in quota2_check()
452 for (i = 0; i < MAXQUOTAS; i++) { in quota2_check()
463 for (i = 0; i < MAXQUOTAS; i++) { in quota2_check()
484 for (i = 0; i < MAXQUOTAS; i++) { in quota2_check()
544 for (i = 0; i < MAXQUOTAS; i++) { in quota2_check()
H A Dquota.h52 #define MAXQUOTAS 2 macro
H A Dufs_quota.h106 extern const char *quotatypes[MAXQUOTAS];
H A Dufs_vfsops.c187 if ((u_int)type >= MAXQUOTAS)
H A Dinode.h116 struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */
/netbsd/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_openbsd.h70 # ifndef MAXQUOTAS
71 # define MAXQUOTAS 2 macro
H A Dnfs_prot_bsdi2.h62 # ifndef MAXQUOTAS
63 # define MAXQUOTAS 2 macro
/netbsd/external/bsd/am-utils/dist/m4/macros/
H A Dtry_compile_anyfs.m4144 # ifndef MAXQUOTAS
145 # define MAXQUOTAS 2
146 # endif /* not MAXQUOTAS */
/netbsd/usr.bin/quota/
H A Dquotautil.h3 extern const char *qfextension[MAXQUOTAS];
/netbsd/sbin/fsck_ffs/
H A Dpass6.c56 for (i = 0; i < MAXQUOTAS; i++) { in pass6()
/netbsd/usr.sbin/quotacheck/
H A Dquotacheck.c121 static struct fileusage *fuhead[MAXQUOTAS][FUHASH];
146 static uint32_t highid[MAXQUOTAS];/* highest addid()'ed identifier per type */
547 qfextension[type < MAXQUOTAS ? type : MAXQUOTAS], in update()
/netbsd/sys/ufs/lfs/
H A Dulfs_vfsops.c166 if ((u_int)type >= MAXQUOTAS)
/netbsd/sys/lib/libsa/
H A Dffs_bswap.c83 for (i = 0; i < MAXQUOTAS; i++) in ffs_sb_swap()
/netbsd/sys/ufs/ffs/
H A Dffs_bswap.c82 for (i = 0; i < MAXQUOTAS; i++) in ffs_sb_swap()
H A Dffs_vfsops.c1563 for (i = 0; i < MAXQUOTAS; i++) in ffs_mountfs()
/netbsd/sbin/newfs/
H A Dmkfs.c1192 for (i = 0; i < MAXQUOTAS; i++) { in fsinit()
/netbsd/external/bsd/am-utils/dist/
H A DChangeLog4449 here with the proper workarounds for openbsd3.3 (define MAXQUOTAS,
4458 here with the proper workarounds for bsdi2 (define MAXQUOTAS and
8944 * aux/macros/mount_headers.m4: bsdi-2.1 needs MAXQUOTAS and struct
8947 * aux/macros/try_compile_anyfs.m4: bsdi-2.1 needs MAXQUOTAS and