HomeSort by: relevance | last modified time | path
    Searched refs:quotatypes (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/ufs/
ufs_quota.h 106 extern const char *quotatypes[MAXQUOTAS];
ufs_quota2.c 151 panic("dq2get: %s quota file truncated", quotatypes[type]);
156 panic("dq2get: corrupted %s quota header", quotatypes[type]);
171 quotatypes[type]);
179 quotatypes[type]);
220 __func__, quotatypes[type]);
505 quotatypes[i], limnames[vtype]);
515 quotatypes[i], limnames[vtype]);
525 quotatypes[i], limnames[vtype]);
ufs_quota1.c 133 quotatypes[type]);
149 quotatypes[type], "disk quota exceeded");
157 quotatypes[type],
241 quotatypes[type]);
257 quotatypes[type], "inode quota exceeded");
265 quotatypes[type],
ufs_quota.c 62 const char *quotatypes[MAXQUOTAS] = INITQFNAMES; variable in typeref:typename:const char * []

Completed in 17 milliseconds