Searched refs:RemoveEntry (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h58 status_t RemoveEntry(Directory *node, Entry *child);
59 status_t RemoveEntry(ino_t id, Entry *child);
60 status_t RemoveEntry(ino_t id, const char *name);
108 RemoveEntry(id, child);
114 // RemoveEntry
116 DirectoryEntryTable::RemoveEntry(Directory *node, Entry *child) function in class:DirectoryEntryTable
120 error = RemoveEntry(node->GetID(), child->GetName());
124 // RemoveEntry
126 DirectoryEntryTable::RemoveEntry(ino_t id, Entry *child) function in class:DirectoryEntryTable
130 error = RemoveEntry(i
136 DirectoryEntryTable::RemoveEntry(ino_t id, const char *name) function in class:DirectoryEntryTable
[all...]
H A DDirectory.h39 status_t RemoveEntry(Entry *entry);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.h29 status_t RemoveEntry(const char* name,
/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h28 void RemoveEntry(LocatableEntry* entry);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h21 void RemoveEntry(Entry* entry);
H A DVolume.h31 bool RemoveEntry(Entry* entry);
H A DVolumeManager.cpp494 RemoveEntry(entry);
501 RemoveEntry(entry);
657 // RemoveEntry
659 VolumeManager::RemoveEntry(Entry* entry) function in class:VolumeManager
664 entry->GetVolume()->RemoveEntry(entry);
667 entry->GetDirectory()->RemoveEntry(entry);
670 //PRINT(("VolumeManager::RemoveEntry(): %ld, %lld, `%s', dir: %p, "
687 RemoveEntry(entry);
1165 RemoveEntry(entry);
1254 RemoveEntry(oldEntr
[all...]
H A DVolumeManager.h60 void RemoveEntry(Entry* entry);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeIdMap.h31 status_t RemoveEntry(ino_t id);
H A DVnodeToInode.h77 fFileSystem->InoIdMap()->RemoveEntry(fID);
H A DInodeIdMap.cpp59 InodeIdMap::RemoveEntry(ino_t id) function in class:InodeIdMap
H A DDirectoryCache.h55 void RemoveEntry(const char* name);
/haiku/headers/private/storage/
H A DRemoveEngine.h31 status_t RemoveEntry(const Entry& entry);
/haiku/src/kits/debugger/files/
H A DLocatableDirectory.cpp78 LocatableDirectory::RemoveEntry(LocatableEntry* entry) function in class:LocatableDirectory
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp620 MonitoringInfo RemoveEntry(const char* path) function in struct:Test
844 RemoveEntry("file2");
850 RemoveEntry("dir2");
858 ExpectNotification(RemoveEntry("base/file2"),
867 ExpectNotification(RemoveEntry("base/dir3"),
876 ExpectNotification(RemoveEntry("base/dir1/file2"),
885 ExpectNotification(RemoveEntry("base/dir1/dir3"),
893 ExpectNotification(RemoveEntry("base/file2"),
901 ExpectNotification(RemoveEntry("base/dir3"),
909 ExpectNotification(RemoveEntry("bas
[all...]
/haiku/src/servers/package/
H A DFSTransaction.h32 int32 RemoveEntry(const Entry& entry,
115 transaction->RemoveEntry(entry, backupEntry, modifiedOperation))
H A DFSTransaction.cpp78 status_t error = BRemoveEngine().RemoveEntry(
175 FSTransaction::RemoveEntry(const Entry& entry, const Entry& backupEntry, function in class:FSTransaction
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp145 RemoveEntry(entry);
169 RemoveEntry(fFirstEntry);
305 RemoveEntry(remove);
334 RemoveEntry(remove);
363 RemoveEntry(remove);
394 RemoveEntry(remove);
432 RemoveEntry(remove);
449 RemoveEntry(remove);
466 RemoveEntry(remove);
485 RemoveEntry(remov
507 _event_queue_imp::RemoveEntry(event_queue_entry *entry) function in class:_event_queue_imp
[all...]
H A DTimedEventQueuePrivate.h65 void RemoveEntry(event_queue_entry *entry);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp169 RemoveEntry(entry->GetName());
231 // RemoveEntry
233 VirtualDir::RemoveEntry(const char* name) function in class:VirtualDir
H A DVirtualDir.h73 Node* RemoveEntry(const char* name);
H A DShareNode.h161 void RemoveEntry(ShareDirEntry* entry);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp125 virtual void RemoveEntry(const char* path) function in struct:PackageFS::PackageNode
238 virtual void RemoveEntry(const char* path) function in struct:PackageFS::PackageDirectory
254 child->RemoveEntry(componentEnd + 1);
685 void RemoveEntry(const char* path) function in struct:PackageFS::Directory
687 fDirectory->RemoveEntry(path);
896 directory->RemoveEntry(path->Path());
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.h38 status_t RemoveEntry(Transaction& transaction);
/haiku/src/kits/storage/
H A DRemoveEngine.cpp51 BRemoveEngine::RemoveEntry(const Entry& entry) function in class:BPrivate::BRemoveEngine

Completed in 150 milliseconds

12