Lines Matching refs:vfs_mountp
446 vref.vfs_mountp = mountp; in main()
459 mountp = vref.vfs_mountp = NULL; in main()
473 mountp = vget.vfs_mountp; in main()
1024 vfserror(ret, vget.vfs_mountp); in getvfsall()
1041 if (vget.vfs_mountp == NULL || in getvfsall()
1045 if (check_fields(vget.vfs_fstype, vget.vfs_mountp)) { in getvfsall()
1130 if (strcmp(*mntlist, vp->v.vfs_mountp) == 0) { in make_vfsarray()
1262 myname, vp->v.vfs_mountp); in do_mounts()
1481 if (vin->vfs_mountp && in new_vfsent()
1482 (new->v.vfs_mountp = strdup(vin->vfs_mountp)) == NULL) in new_vfsent()
1514 if ((rp = realpath(vp->v.vfs_mountp, realdir)) == NULL) in setrpath()