Searched refs:quotas (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/share/doc/smm/04.quotas/
H A DMakefile5 DIR= smm/04.quotas
6 SRCS= quotas.ms
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dextern.h58 extern int quotas; /* filesystem quota to enable */
H A Dnewfs.c233 int quotas = 0; variable
394 quotas |= FS_Q2_DO_TYPE(USRQUOTA);
396 quotas |= FS_Q2_DO_TYPE(GRPQUOTA);
428 if (Oflag < 1 && quotas != 0)
H A Dmkfs.c535 if (quotas) {
538 sblock.fs_quota_flags = quotas;
1182 if ((quotas & FS_Q2_DO_TYPE(i)) == 0)
/netbsd-6-1-5-RELEASE/tests/sbin/newfs/
H A Dquotas_common.sh28 atf_set "descr" "Checks ${descr} quotas inodes"
/netbsd-6-1-5-RELEASE/tests/sbin/fsck_ffs/
H A Dquotas_common.sh29 atf_set "descr" "Checks ${descr} quotas inodes"
/netbsd-6-1-5-RELEASE/share/doc/smm/
H A DMakefile19 SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 17.password 18.net
32 #SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \

Completed in 94 milliseconds