Home
last modified time | relevance | path

Searched refs:lfs_quotatypes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dulfs_quota1.c134 lfs_quotatypes[type]); in chkdqchg()
150 lfs_quotatypes[type], "disk quota exceeded"); in chkdqchg()
158 lfs_quotatypes[type], in chkdqchg()
241 lfs_quotatypes[type]); in chkiqchg()
257 lfs_quotatypes[type], "inode quota exceeded"); in chkiqchg()
265 lfs_quotatypes[type], in chkiqchg()
H A Dulfs_quota2.c156 panic("dq2get: %s quota file truncated", lfs_quotatypes[type]); in getq2h()
161 panic("dq2get: corrupted %s quota header", lfs_quotatypes[type]); in getq2h()
176 lfs_quotatypes[type]); in getq2e()
183 lfs_quotatypes[type]); in getq2e()
224 lfs_quotatypes[type]); in quota2_walk_list()
509 lfs_quotatypes[i], limnames[vtype]); in quota2_check()
519 lfs_quotatypes[i], limnames[vtype]); in quota2_check()
529 lfs_quotatypes[i], limnames[vtype]); in quota2_check()
H A Dulfs_quota.h107 extern const char *lfs_quotatypes[ULFS_MAXQUOTAS];
H A Dulfs_quota.c63 const char *lfs_quotatypes[ULFS_MAXQUOTAS] = INITQFNAMES; variable