Searched refs:ClientVolume (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | ClientVolume.cpp | 25 ClientVolume::ClientVolume(Locker& securityContextLocker, in ClientVolume() function in ClientVolume 41 ClientVolume::~ClientVolume() in ~ClientVolume() 54 ClientVolume::Init() in Init() 69 ClientVolume::GetID() const in GetID() 76 ClientVolume::Mount(UserSecurityContext* securityContext, Share* share) in Mount() 122 ClientVolume::Unmount() in Unmount() 170 ClientVolume::IsMounted() const in IsMounted() 180 ClientVolume::GetSecurityContext() const in GetSecurityContext() 187 ClientVolume::SetSecurityContext(UserSecurityContext* securityContext) in SetSecurityContext() 201 ClientVolume::GetShare() const in GetShare() [all …]
|
H A D | ClientConnection.h | 34 private ClientVolume::NodeMonitoringProcessor, 136 status_t _CreateVolume(ClientVolume** volume); 137 ClientVolume* _GetVolume(int32 id); 138 void _PutVolume(ClientVolume* volume); 139 void _UnmountVolume(ClientVolume* volume); 148 status_t _EntryCreated(ClientVolume* volume, 151 status_t _EntryRemoved(ClientVolume* volume, 154 status_t _EntryMoved(ClientVolume* volume, 157 status_t _NodeStatChanged(ClientVolume* volume, 160 status_t _NodeAttributeChanged(ClientVolume* volume,
|
H A D | ClientVolume.h | 28 class ClientVolume : public FSObject, public BLocker { 33 ClientVolume(Locker& securityContextLocker, 36 ~ClientVolume(); 116 class ClientVolume::NodeMonitoringProcessor { 127 NodeHandleUnlocker(ClientVolume* volume, NodeHandle* nodeHandle) in NodeHandleUnlocker() 143 ClientVolume* fVolume;
|
H A D | ClientConnection.cpp | 92 : public SynchronizedHashMap<HashKey32<int32>, ClientVolume*> { 98 ClientVolumePutter(ClientConnection* connection, ClientVolume* volume) in ClientVolumePutter() 118 ClientVolume* fVolume; 177 ClientVolume* volume) = 0; 184 ClientVolume* volume) in FilterVolume() 198 ClientVolume::NodeMonitoringProcessor(), in ClientConnection() 334 ClientVolume** volumes = NULL; in UserRemoved() 337 volumes = new(std::nothrow) ClientVolume*[fVolumes->Size()]; in UserRemoved() 346 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID())) in UserRemoved() 353 ClientVolume* volume = volumes[i]; in UserRemoved() [all …]
|
H A D | VolumeManager.h | 15 class ClientVolume; variable 45 status_t AddClientVolume(ClientVolume* clientVolume); 46 void RemoveClientVolume(ClientVolume* clientVolume);
|
H A D | VolumeManager.cpp | 116 : HashMap<HashKey32<int32>, ClientVolume*> { 368 VolumeManager::AddClientVolume(ClientVolume* clientVolume) in AddClientVolume() 378 VolumeManager::RemoveClientVolume(ClientVolume* clientVolume) in RemoveClientVolume() 1097 ClientVolume* clientVolume = it.Next().value; in _EntryCreated() 1185 ClientVolume* clientVolume = it.Next().value; in _EntryRemoved() 1280 ClientVolume* clientVolume = it.Next().value; in _EntryMoved() 1363 ClientVolume* clientVolume = it.Next().value; in _NodeStatChanged() 1403 ClientVolume* clientVolume = it.Next().value; in _NodeAttributeChanged()
|
H A D | Jamfile | 61 ClientVolume.cpp
|