OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXQUOTAS
(Results
1 - 16
of
16
) sorted by relevancy
/src/usr.bin/quota/
quotautil.h
3
extern const char *qfextension[
MAXQUOTAS
];
/src/sys/ufs/ufs/
quota.h
52
#define
MAXQUOTAS
2
ufsmount.h
96
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 */
ufs_quota1.c
74
for (i = 0; i <
MAXQUOTAS
; i++) {
89
for (i = 0; i <
MAXQUOTAS
; i++) {
103
for (i = 0; i <
MAXQUOTAS
; i++) {
182
for (i = 0; i <
MAXQUOTAS
; i++) {
197
for (i = 0; i <
MAXQUOTAS
; i++) {
211
for (i = 0; i <
MAXQUOTAS
; i++) {
288
for (i = 0; i <
MAXQUOTAS
; i++) {
314
if (type < 0 || type >=
MAXQUOTAS
)
426
if (type < 0 || type >=
MAXQUOTAS
)
469
for (i = 0; i <
MAXQUOTAS
; i++
[
all
...]
ufs_quota.h
106
extern const char *quotatypes[
MAXQUOTAS
];
ufs_quota.c
62
const char *quotatypes[
MAXQUOTAS
] = INITQFNAMES;
111
for (i = 0; i <
MAXQUOTAS
; i++)
123
for (i = 0; i <
MAXQUOTAS
; i++) {
242
info->qs_numidtypes =
MAXQUOTAS
;
254
info->qs_numidtypes =
MAXQUOTAS
;
742
*
MAXQUOTAS
value in quotas.h should be increased, and the
751
u_int32_t ino_ids[
MAXQUOTAS
];
757
for (i = 0; i <
MAXQUOTAS
; i++)
763
for (i = 0; i <
MAXQUOTAS
; i++) {
ufs_quota2.c
272
for (i = 0; i <
MAXQUOTAS
; i++) {
370
u_int32_t ino_ids[
MAXQUOTAS
];
382
for (i = 0; i <
MAXQUOTAS
; i++) {
389
for (i = 0; i <
MAXQUOTAS
; i++) {
439
struct buf *bp[
MAXQUOTAS
];
440
struct quota2_entry *q2e[
MAXQUOTAS
];
452
for (i = 0; i <
MAXQUOTAS
; i++) {
463
for (i = 0; i <
MAXQUOTAS
; i++) {
484
for (i = 0; i <
MAXQUOTAS
; i++) {
544
for (i = 0; i <
MAXQUOTAS
; i++)
[
all
...]
inode.h
116
struct dquot *i_dquot[
MAXQUOTAS
]; /* Dquot structures. */
ufs_vfsops.c
187
if ((u_int)type >=
MAXQUOTAS
)
/src/sbin/fsck_ffs/
pass6.c
56
for (i = 0; i <
MAXQUOTAS
; i++) {
/src/sys/ufs/lfs/
ulfs_vfsops.c
166
if ((u_int)type >=
MAXQUOTAS
)
/src/sys/lib/libsa/
ffs_bswap.c
83
for (i = 0; i <
MAXQUOTAS
; i++)
/src/usr.sbin/quotacheck/
quotacheck.c
121
static struct fileusage *fuhead[
MAXQUOTAS
][FUHASH];
146
static uint32_t highid[
MAXQUOTAS
];/* highest addid()'ed identifier per type */
547
qfextension[type <
MAXQUOTAS
? type :
MAXQUOTAS
],
/src/sys/ufs/ffs/
ffs_bswap.c
82
for (i = 0; i <
MAXQUOTAS
; i++)
ffs_vfsops.c
1565
for (i = 0; i <
MAXQUOTAS
; i++)
/src/sbin/newfs/
mkfs.c
1193
for (i = 0; i <
MAXQUOTAS
; i++) {
Completed in 36 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025