Home | History | Annotate | Download | only in quotaon

Lines Matching defs:qh

81 	struct quotahandle *qh;
131 qh = quota_open("/");
132 if (qh != NULL) {
133 quota_close(qh);
158 qh = quota_open(fs->fs_file);
159 if (qh == NULL) {
167 restrictions = quota_getrestrictions(qh);
175 quota_close(qh);
188 errs += quotaonoff(fs, qh, offmode, GRPQUOTA, 0, fsspec);
189 errs += quotaonoff(fs, qh, offmode, USRQUOTA, 0, fsspec);
192 errs += quotaonoff(fs, qh, offmode, GRPQUOTA, 1, fsspec);
195 errs += quotaonoff(fs, qh, offmode, USRQUOTA, 1, fsspec);
197 quota_close(qh);
216 quotaonoff(struct fstab *fs, struct quotahandle *qh, int offmode, int idtype,
227 type = quota_idtype_getname(qh, idtype);
228 if (quota_quotaoff(qh, idtype)) {
235 if (quota_quotaon(qh, idtype)) {
241 type = quota_idtype_getname(qh, idtype);