Searched refs:oldName (Results 26 - 50 of 51) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp141 ADD_NON_NULL_STRING(oldName);
230 ADD_NON_NULL_STRING(oldName);
295 ADD_STRING(oldName);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp427 const char* oldName, ino_t newDirectoryID, const char* newName)
431 size_t oldLength = strlen(oldName);
437 query->LiveUpdateRenameMove(inode, oldDirectoryID, oldName, oldLength,
426 UpdateLiveQueriesRenameMove(Inode* inode, ino_t oldDirectoryID, const char* oldName, ino_t newDirectoryID, const char* newName) argument
H A DVolume.h135 ino_t oldDirectoryID, const char* oldName,
H A DQuery.cpp1423 const char* oldName, size_t oldLength, ino_t newDirectoryID,
1432 B_STRING_TYPE, (const uint8*)oldName, oldLength);
1443 oldDirectoryID, oldName, inode->ID());
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp998 fs_rename(fs_volume* _volume, fs_vnode* _oldDir, const char* oldName, argument
1008 if (old_directory == new_directory && strcmp(oldName, newName) == 0)
1019 u64 oldIno = ntfs_fuse_inode_lookup(&volume->lowntfs, old_directory->inode, oldName);
1041 if (ntfs_fuse_rename(&volume->lowntfs, old_directory->inode, oldName,
1063 entry_cache_remove(_volume->id, old_directory->inode, oldName);
1065 notify_entry_moved(_volume->id, old_directory->inode, oldName,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp299 Volume::Rename(void* oldDir, const char* oldName, void* newDir, argument
536 Volume::RenameAttr(void* oldNode, const char* oldName, void* newNode, argument
H A Dkernel_emu.cpp132 ino_t node, const char* oldName, const char* name)
154 error = allocator.AllocateString(request->oldName, oldName);
130 notify_listener(int32 operation, uint32 details, dev_t device, ino_t oldDirectory, ino_t directory, ino_t node, const char* oldName, const char* name) argument
H A DUserlandRequestHandler.cpp1010 (const char*)request->oldName.GetData(), request->newDir,
1984 request->oldNode, (const char*)request->oldName.GetData(),
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h131 status_t Rename(void* oldDir, const char* oldName,
195 const char* oldName, void* newNode,
H A DVolume.cpp1840 Volume::Rename(void* _oldDir, const char* oldName, void* _newDir, argument
1866 error = allocator.AllocateString(request->oldName, oldName);
3031 Volume::RenameAttr(void* _oldNode, const char* oldName, void* _newNode, argument
3057 error = allocator.AllocateString(request->oldName, oldName);
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp478 add_debugger_command_alias(const char* newName, const char* oldName, argument
483 debugger_command* command = find_debugger_command(oldName, false,
/haiku/src/kits/storage/
H A DNode.cpp286 BNode::RenameAttr(const char* oldName, const char* newName) argument
291 return _kern_rename_attr(fFd, oldName, fFd, newName);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp610 HaikuKernelVolume::Rename(void* _oldDir, const char* oldName, void* _newDir, argument
618 return oldDir->ops->rename(&fVolume, oldDir, oldName, newDir, newName);
995 HaikuKernelVolume::RenameAttr(void* _oldNode, const char* oldName, argument
1003 return oldNode->ops->rename_attr(&fVolume, oldNode, oldName, newNode,
/haiku/headers/private/kernel/
H A Ddebug.h215 const char* oldName, const char* description);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp1020 ShareVolume::Rename(Node* _oldDir, const char* oldName, Node* _newDir, argument
1041 request.oldName.SetTo(oldName);
1848 ShareVolume::RenameAttr(Node* _node, const char* oldName, const char* newName) argument
1873 request.oldName.SetTo(oldName);
2265 const char* oldName = request->fromName.GetString(); local
2280 _EntryMoved(request->fromDirectoryID, oldName, request->toDirectoryID,
2876 ShareVolume::_EntryMoved(NodeID remoteOldDirID, const char* oldName, argument
2882 _EntryRemoved(remoteOldDirID, oldName, revisio
[all...]
H A DVirtualVolume.cpp498 VirtualVolume::Rename(Node* oldDir, const char* oldName, Node* newDir, argument
729 VirtualVolume::RenameAttr(Node* node, const char* oldName, const char* newName) argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1828 char *oldName = entry->name; local
1831 entry->name = oldName;
1841 entry->name = oldName;
1856 free(oldName);
2141 char *oldName = entry->name; local
2144 entry->name = oldName;
2154 entry->name = oldName;
2174 free(oldName);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp545 ramfs_rename(fs_volume* _volume, fs_vnode* _oldDir, const char *oldName, argument
556 oldDir->GetID(), oldName, newDir->GetID(), newName));
577 if (oldDir->FindAndGetNode(oldName, &node, &entry) != B_OK) {
634 newDir->CreateEntry(node, oldName);
650 notify_entry_moved(volume->GetID(), oldDir->GetID(), oldName,
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp1336 const char* oldName = _NameForModifier(oldCode == 0x00 ? modifier local
1345 if (oldName != NULL)
1346 message->AddUInt32(oldName, newCode);
/haiku/headers/private/file_systems/
H A DQueryParser.h147 ino_t oldDirectoryID, const char* oldName,
1520 ino_t oldDirectoryID, const char* oldName, size_t oldLength,
1529 B_STRING_TYPE, (const uint8*)oldName, oldLength);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h723 visitor->Visit(this, oldName);
729 StringData oldName; member in struct:RenameRequest
1103 visitor->Visit(this, oldName);
1108 StringData oldName; member in struct:RenameAttrRequest
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1393 FUSEVolume::Rename(void* _oldDir, const char* oldName, void* _newDir, argument
1399 "), \"%s\")\n", oldDir, oldDir->id, oldName, newDir, newDir->id,
1409 fuseError = fuse_ll_rename(fOps, oldDir->id, oldName, newDir->id, newName);
1416 status_t error = _BuildPath(oldDir, oldName, oldPath, oldPathLen);
1436 _RenameEntry(oldDir, oldName, newDir, newName);
1446 oldDir->id, newDir->id, nodeID, oldName, newName);
2865 FUSEVolume::_RenameEntry(FUSENode* oldDir, const char* oldName, argument
2868 FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(oldDir->id, oldName));
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp2114 devfs_rename_partition(const char* devicePath, const char* oldName, argument
2117 if (oldName == NULL || newName == NULL)
2126 devfs_vnode* node = devfs_find_in_dir(device->parent, oldName);
2145 notify_entry_moved(sDeviceFileSystem->id, device->parent->id, oldName,
/haiku/headers/private/userlandfs/private/
H A DRequests.h820 Address oldName; member in class:UserlandFSUtil::RenameRequest
1292 Address oldName; member in class:UserlandFSUtil::RenameAttrRequest
1560 Address oldName; member in class:UserlandFSUtil::NotifyListenerRequest
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1794 cdda_rename(fs_volume* _volume, fs_vnode* _oldDir, const char* oldName, argument
1805 Inode* inode = volume->Find(oldName);
1820 notify_entry_moved(volume->ID(), volume->RootNode().ID(), oldName,

Completed in 263 milliseconds

123