Home
last modified time | relevance | path

Searched refs:oldresource (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c1163 refstr_t *oldresource, *oldmntpt; in domount() local
1665 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()