Lines Matching defs:mntp
120 struct mount *mntp;
125 if ((mntp = vfs_getvfs(&fsid)) == NULL)
127 fs = VFSTOULFS(mntp)->um_lfs;
161 struct mount *mntp;
166 if ((mntp = vfs_getvfs(&fsid)) == NULL)
168 fs = VFSTOULFS(mntp)->um_lfs;
223 struct mount *mntp;
243 if ((mntp = vfs_getvfs(fsidp)) == NULL)
246 ump = VFSTOULFS(mntp);
255 if ((error = vfs_busy(mntp)) != 0)
274 error = lfs_fastvget(mntp, blkp->bi_inode, blkp,
330 error = lfs_fastvget(mntp, blkp->bi_inode, blkp,
478 lfs_segwrite(mntp, SEGM_CLEAN);
502 lfs_segwrite(mntp, SEGM_CLEAN | SEGM_CKP | SEGM_SYNC);
506 vfs_unbusy(mntp);
537 vfs_unbusy(mntp);
564 struct mount *mntp;
569 if ((mntp = vfs_getvfs(&fsid)) == NULL)
571 fs = VFSTOULFS(mntp)->um_lfs;
606 struct mount *mntp;
611 if ((mntp = vfs_getvfs(&fsid)) == NULL)
613 fs = VFSTOULFS(mntp)->um_lfs;
664 struct mount *mntp;
677 if ((mntp = vfs_getvfs(fsidp)) == NULL)
680 if ((error = vfs_busy(mntp)) != 0)
683 ump = VFSTOULFS(mntp);
729 error = lfs_fastvget(mntp, blkp->bi_inode, NULL,
794 vfs_unbusy(mntp);
815 struct mount *mntp;
827 if ((mntp = vfs_getvfs(&fsid)) == NULL)
830 fs = VFSTOULFS(mntp)->um_lfs;
833 if ((error = vfs_busy(mntp)) != 0)
841 vfs_unbusy(mntp);
945 struct mount *mntp;
951 if (fsidp == NULL || (mntp = vfs_getvfs(fsidp)) == NULL)
954 addr = &VFSTOULFS(mntp)->um_lfs->lfs_nextsegsleep;