Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c1187 refstr_t *oldresource, *oldmntpt; in domount() local
1689 if ((oldresource = vfsp->vfs_resource) != NULL) in domount()
1690 refstr_hold(oldresource); in domount()
1720 vfs_setresource(vfsp, refstr_value(oldresource), in domount()
1722 if (oldresource) in domount()
1723 refstr_rele(oldresource); in domount()
1739 if (oldresource) in domount()
1740 refstr_rele(oldresource); in domount()