Lines Matching defs:mntp
627 struct mnttab mntp;
1438 while ((getmntent(mnttab, &mntp)) == NULL) {
1440 checkmount(&mntp, special);
1443 if (strcmp(special, mntp.mnt_special) == 0) {
4202 checkmount(struct mnttab *mntp, char *bdevname)
4207 if (strcmp(bdevname, mntp->mnt_special) == 0) {
4208 if (stat64(mntp->mnt_mountp, &statdir) == -1) {
4210 mntp->mnt_mountp);
4213 if (stat64(mntp->mnt_special, &statdev) == -1) {
4215 mntp->mnt_special);
4221 mntp->mnt_special, mntp->mnt_mountp);
4226 if (strcmp(mntp->mnt_mountp, directory) != 0) {
4229 bdevname, mntp->mnt_mountp, directory);
4236 bdevname, mntp->mnt_mountp);