HomeSort by: relevance | last modified time | path
    Searched defs:quotahandle (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libquota/
quotapvt.h 35 struct quotahandle { struct
47 struct quotahandle *qc_qh;
57 const char *__quota_kernel_getimplname(struct quotahandle *);
58 unsigned __quota_kernel_getrestrictions(struct quotahandle *);
59 int __quota_kernel_getnumidtypes(struct quotahandle *);
60 const char *__quota_kernel_idtype_getname(struct quotahandle *, int idtype);
61 int __quota_kernel_getnumobjtypes(struct quotahandle *);
62 const char *__quota_kernel_objtype_getname(struct quotahandle *, int objtype);
63 int __quota_kernel_objtype_isbytes(struct quotahandle *, int objtype);
64 int __quota_kernel_quotaon(struct quotahandle *, int idtype)
    [all...]

Completed in 10 milliseconds