Searched refs:OldLastModified (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp359 // Inode::OldLastModified() is the value which is in the index
360 off_t modified = inode->OldLastModified();
372 bigtime_t oldModified = inode->OldLastModified();
H A DDebug.cpp304 inode->OldLastModified());
H A DInode.h176 off_t OldLastModified() { return fOldLastModified; } function in class:Inode
H A Dkernel_interface.cpp1406 || inode->OldLastModified() != inode->LastModified()
1442 if (inode->OldLastModified() != inode->LastModified()) {
H A DBlockAllocator.cpp2104 status = tree->Insert(transaction, inode->OldLastModified(),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DIndex.cpp348 // Inode::OldLastModified() is the value which is in the index
349 off_t modified = inode->OldLastModified();
358 off_t oldModified = inode->OldLastModified();
H A DInode.h174 off_t OldLastModified() { return fOldLastModified; } function in class:Inode
H A Dkernel_interface_r5.cpp1527 if (inode->OldLastModified() != inode->LastModified()) {

Completed in 146 milliseconds