Lines Matching refs:qh
129 struct quotahandle *qh;
190 qh = quota_open(fst[i].f_mntonname);
191 if (qh == NULL) {
201 errs += repquota(qh, QUOTA_IDTYPE_GROUP);
203 errs += repquota(qh, QUOTA_IDTYPE_USER);
205 quota_close(qh);
226 repquota(struct quotahandle *qh, int idtype)
234 qc = quota_opencursor(qh);
249 err(1, "%s: quotacursor_get", quota_getmountpoint(qh));
271 printquotas(idtype, qh);
277 printquotas(int idtype, struct quotahandle *qh)
320 repquota_idtype_names[idtype], quota_getmountpoint(qh),
321 quota_getmountdevice(qh), quota_getimplname(qh));
365 isbytes = quota_objtype_isbytes(qh, objtype);