Home
last modified time | relevance | path

Searched refs:oldModified (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp148 LastModifiedIndex::Changed(Node *node, time_t oldModified) in Changed() argument
154 oldModified), node, &it); in Changed()
170 (const uint8*)&oldModified, sizeof(oldModified), in Changed()
H A DLastModifiedIndex.h20 virtual status_t Changed(Node *node, time_t oldModified);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp381 bigtime_t oldModified = inode->OldLastModified(); in UpdateLastModified() local
386 (uint8*)&oldModified, sizeof(int64), (uint8*)&modified, in UpdateLastModified()
H A DInode.cpp1178 bigtime_t oldModified = attribute->LastModified(); in WriteAttribute() local
1188 if (oldModified == attribute->LastModified()) in WriteAttribute()