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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.h41 status_t UpdateName(Transaction& transaction,
H A DIndex.cpp287 return UpdateName(transaction, NULL, name, inode);
294 return UpdateName(transaction, name, NULL, inode);
299 Index::UpdateName(Transaction& transaction, const char* oldName, function in class:Index
H A Dkernel_interface.cpp1295 index.UpdateName(transaction, oldName, newName, inode);
/haiku/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.cpp91 volume->UpdateName(partition->id);

Completed in 49 milliseconds