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

  /src/sys/ufs/lfs/
ulfs_quota.h 107 extern const char *lfs_quotatypes[ULFS_MAXQUOTAS];
ulfs_quota1.c 134 lfs_quotatypes[type]);
150 lfs_quotatypes[type], "disk quota exceeded");
158 lfs_quotatypes[type],
241 lfs_quotatypes[type]);
257 lfs_quotatypes[type], "inode quota exceeded");
265 lfs_quotatypes[type],
ulfs_quota2.c 156 panic("dq2get: %s quota file truncated", lfs_quotatypes[type]);
161 panic("dq2get: corrupted %s quota header", lfs_quotatypes[type]);
176 lfs_quotatypes[type]);
183 lfs_quotatypes[type]);
224 lfs_quotatypes[type]);
509 lfs_quotatypes[i], limnames[vtype]);
519 lfs_quotatypes[i], limnames[vtype]);
529 lfs_quotatypes[i], limnames[vtype]);
ulfs_quota.c 63 const char *lfs_quotatypes[ULFS_MAXQUOTAS] = INITQFNAMES; variable in typeref:typename:const char * []

Completed in 91 milliseconds