Searched refs:oldresource (Results 1 – 1 of 1) sorted by relevance
1133 refstr_t *oldresource, *oldmntpt; in domount() local1635 if ((oldresource = vfsp->vfs_resource) != NULL) in domount()1636 refstr_hold(oldresource); in domount()1666 vfs_setresource(vfsp, refstr_value(oldresource), in domount()1668 if (oldresource) in domount()1669 refstr_rele(oldresource); in domount()1685 if (oldresource) in domount()1686 refstr_rele(oldresource); in domount()