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