Searched refs:FreeCookie (Results 1 - 25 of 40) sorted by path

12

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h58 virtual void FreeCookie(KPartition* partition);
H A DKPartitioningSystem.h39 virtual void FreeCookie(KPartition* partition);
/haiku/headers/private/media/
H A DReaderPlugin.h30 virtual status_t FreeCookie(void* cookie) = 0;
H A DWriterPlugin.h26 virtual status_t FreeCookie(void* cookie) = 0;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp742 // no-op: FreeCookie does the job
746 // FreeCookie
748 ShareVolume::FreeCookie(Node* _node, void* cookie) function in class:ShareVolume
H A DShareVolume.h81 virtual status_t FreeCookie(Node* node, void* cookie);
H A DVirtualVolume.cpp415 // no-op: FreeCookie() does the job
419 // FreeCookie
421 VirtualVolume::FreeCookie(Node* node, void* cookie) function in class:VirtualVolume
H A DVirtualVolume.h57 virtual status_t FreeCookie(Node* node, void* cookie);
H A DVolume.cpp306 // FreeCookie
308 Volume::FreeCookie(Node* node, void* cookie) function in class:Volume
H A DVolume.h91 virtual status_t FreeCookie(Node* node, void* cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h146 status_t FreeCookie(void* node, void* cookie);
H A Dkernel_interface.cpp513 status_t error = volume->FreeCookie(fsNode->private_node, cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp352 // FreeCookie
354 Volume::FreeCookie(void* node, void* cookie) function in class:Volume
H A DVolume.h107 virtual status_t FreeCookie(void* node, void* cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp396 // FreeCookie
398 BeOSKernelVolume::FreeCookie(void* node, void* cookie) function in class:BeOSKernelVolume
H A DBeOSKernelVolume.h81 virtual status_t FreeCookie(void* node, void* cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp693 // FreeCookie
695 HaikuKernelVolume::FreeCookie(void* _node, void* cookie) function in class:HaikuKernelVolume
H A DHaikuKernelVolume.h114 virtual status_t FreeCookie(void* node, void* cookie);
/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.h30 virtual status_t FreeCookie(void* oCookie);
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.h44 status_t FreeCookie(void *cookie);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.h29 virtual status_t FreeCookie(void* cookie);
H A DAVFormatWriter.h33 virtual status_t FreeCookie(void* cookie);
/haiku/src/kits/media/
H A DMediaWriter.cpp69 fWriter->FreeCookie(info->cookie);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp197 // FreeCookie
199 KDiskSystem::FreeCookie(KPartition *partition) function in class:KDiskSystem
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp163 status_t FreeCookie(void *cookie);
659 OverlayInode::FreeCookie(void *_cookie) function in class:write_overlay::OverlayInode
1918 return ((OverlayInode *)vnode->private_node)->FreeCookie(cookie);
2084 return cookie->node->FreeCookie(cookie);

Completed in 280 milliseconds

12