Searched refs:shareVolume (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp187 if (ShareVolume* shareVolume = dynamic_cast<ShareVolume*>(volume))
188 shareVolume->ConnectionClosed();
346 ShareVolume* shareVolume = _GetShareVolume(volumeID); local
347 if (!shareVolume)
349 VolumePutter volumePutter(shareVolume);
351 return shareVolume->GetQueryEntry(iterator->GetEntryInfo(),
365 ShareVolume* shareVolume = new(std::nothrow) ShareVolume(fVolumeManager, local
367 if (!shareVolume)
369 status_t error = shareVolume->Init(shareInfo->GetShareName());
371 delete shareVolume;
406 ShareVolume* shareVolume = dynamic_cast<ShareVolume*>(volume); local
[all...]

Completed in 92 milliseconds