Home | History | Annotate | Download | only in lfs

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;
242 if ((mntp = vfs_getvfs(fsidp)) == NULL)
245 ump = VFSTOULFS(mntp);
256 if ((error = vfs_busy(mntp)) != 0)
304 error = lfs_fastvget(mntp, blkp->bi_inode, blkp,
454 lfs_segwrite(mntp, SEGM_CLEAN);
478 lfs_segwrite(mntp, SEGM_CLEAN | SEGM_CKP | SEGM_SYNC);
482 vfs_unbusy(mntp);
511 vfs_unbusy(mntp);
538 struct mount *mntp;
543 if ((mntp = vfs_getvfs(&fsid)) == NULL)
545 fs = VFSTOULFS(mntp)->um_lfs;
580 struct mount *mntp;
585 if ((mntp = vfs_getvfs(&fsid)) == NULL)
587 fs = VFSTOULFS(mntp)->um_lfs;
638 struct mount *mntp;
651 if ((mntp = vfs_getvfs(fsidp)) == NULL)
654 if ((error = vfs_busy(mntp)) != 0)
657 ump = VFSTOULFS(mntp);
703 error = lfs_fastvget(mntp, blkp->bi_inode, NULL,
768 vfs_unbusy(mntp);
789 struct mount *mntp;
801 if ((mntp = vfs_getvfs(&fsid)) == NULL)
804 fs = VFSTOULFS(mntp)->um_lfs;
807 if ((error = vfs_busy(mntp)) != 0)
815 vfs_unbusy(mntp);
897 struct mount *mntp;
903 if (fsidp == NULL || (mntp = vfs_getvfs(fsidp)) == NULL)
906 addr = &VFSTOULFS(mntp)->um_lfs->lfs_nextsegsleep;