Searched refs:lfs_quotatypes (Results 1 – 4 of 4) sorted by relevance
134 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()
156 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()
107 extern const char *lfs_quotatypes[ULFS_MAXQUOTAS];
63 const char *lfs_quotatypes[ULFS_MAXQUOTAS] = INITQFNAMES; variable