Searched refs:oldmntpt (Results 1 – 1 of 1) sorted by relevance
1163 refstr_t *oldresource, *oldmntpt; in domount() local1667 if ((oldmntpt = vfsp->vfs_mntpt) != NULL) in domount()1668 refstr_hold(oldmntpt); in domount()1692 vfs_setmntpoint(vfsp, refstr_value(oldmntpt), in domount()1694 if (oldmntpt) in domount()1695 refstr_rele(oldmntpt); in domount()1717 if (oldmntpt) in domount()1718 refstr_rele(oldmntpt); in domount()