Searched refs:oldCurrent (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp282 NameCacheEntry* oldCurrent; local
289 oldCurrent = oldIt.Next();
293 while (oldCurrent != NULL) {
294 if (oldCurrent->fNode == newCurrent->fNode
295 && strcmp(oldCurrent->fName, newCurrent->fName) == 0) {
300 prev = oldCurrent;
301 oldCurrent = oldIt.Next();
313 oldSnapshot->fEntries.Remove(prev, oldCurrent);
319 oldCurrent = oldIt.Next();
321 while (oldCurrent !
[all...]

Completed in 95 milliseconds