Lines Matching defs:mntp
101 struct mnttab mntp;
209 while (getmntent(mtab, &mntp) == 0) {
210 if (strcmp(mntp.mnt_fstype, MNTTYPE_UFS) == 0 &&
211 !hasmntopt(&mntp, MNTOPT_RO) &&
212 (oneof(mntp.mnt_special, listp, listcnt) ||
213 oneof(mntp.mnt_mountp, listp, listcnt))) {
215 mntp.mnt_mountp, QFNAME);
216 errs += repquota(mntp.mnt_special,
217 mntp.mnt_mountp, quotafile);
440 struct mnttab mntp;
455 while ((status = getmntent(fstab, &mntp)) == NULL) {
457 if (strcmp(mntp.mnt_fstype, MNTTYPE_UFS) != 0 ||
458 hasmntopt(&mntp, MNTOPT_RO))
461 if ((strlcpy(qfile, mntp.mnt_mountp,