Searched refs:oldresource (Results 1 – 1 of 1) sorted by relevance
1163 refstr_t *oldresource, *oldmntpt; in domount() local1665 if ((oldresource = vfsp->vfs_resource) != NULL) in domount()1666 refstr_hold(oldresource); in domount()1696 vfs_setresource(vfsp, refstr_value(oldresource), in domount()1698 if (oldresource) in domount()1699 refstr_rele(oldresource); in domount()1715 if (oldresource) in domount()1716 refstr_rele(oldresource); in domount()