Lines Matching defs:qh
48 quota_getimplname(struct quotahandle *qh)
50 switch (qh->qh_mode) {
56 return __quota_oldfiles_getimplname(qh);
59 return __quota_kernel_getimplname(qh);
69 quota_getrestrictions(struct quotahandle *qh)
71 switch (qh->qh_mode) {
82 return __quota_kernel_getrestrictions(qh);
92 quota_getnumidtypes(struct quotahandle *qh)
94 switch (qh->qh_mode) {
100 return __quota_kernel_getnumidtypes(qh);
110 quota_idtype_getname(struct quotahandle *qh, int idtype)
112 switch (qh->qh_mode) {
114 return __quota_kernel_idtype_getname(qh, idtype);
136 quota_getnumobjtypes(struct quotahandle *qh)
138 switch (qh->qh_mode) {
140 return __quota_kernel_getnumobjtypes(qh);
151 quota_objtype_getname(struct quotahandle *qh, int objtype)
153 switch (qh->qh_mode) {
155 return __quota_kernel_objtype_getname(qh, objtype);
175 quota_objtype_isbytes(struct quotahandle *qh, int objtype)
177 switch (qh->qh_mode) {
179 return __quota_kernel_objtype_isbytes(qh, objtype);