Searched refs:UpdateName (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DIndex.h41 status_t UpdateName(Transaction& transaction,
H A DIndex.cpp278 return UpdateName(transaction, NULL, name, inode);
285 return UpdateName(transaction, name, NULL, inode);
290 Index::UpdateName(Transaction& transaction, const char* oldName, function in class:Index
H A Dkernel_interface.cpp1197 index.UpdateName(transaction, oldName, newName, inode);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DIndex.h35 status_t UpdateName(Transaction *transaction,const char *oldName,const char *newName,Inode *inode);
H A DIndex.cpp283 return UpdateName(transaction, NULL, name, inode);
290 return UpdateName(transaction, name, NULL, inode);
295 Index::UpdateName(Transaction *transaction, const char *oldName, const char *newName, Inode *inode) function in class:Index
H A Dkernel_interface_r5.cpp1268 index.UpdateName(&transaction, oldName, newName, inode);
1316 index.UpdateName(&transaction, newName, oldName, inode);
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h56 void UpdateName(partition_id partitionID);
H A DVolume.cpp138 UpdateName(fsVolume->partition);
261 // UpdateName
263 Volume::UpdateName(partition_id partitionID) function in class:Volume
H A Dkernel_interface.cpp94 volume->UpdateName(partition->id);

Completed in 124 milliseconds