Searched refs:fForceValid (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.h23 bool fForceValid; member in struct:AccessEntry
57 bool fForceValid; member in class:MetadataCache
72 if (!fForceValid)
81 if (!fForceValid)
H A DMetadataCache.cpp20 fForceValid(false),
41 if (fForceValid || fExpire > time(NULL)) {
98 if (!fForceValid)
99 it.CurrentValuePointer()->fForceValid = false;
101 if (!it.Current().fForceValid && it.Current().fExpire < time(NULL)) {
123 entry.fForceValid = fForceValid;
133 if (fForceValid || fExpire > time(NULL)) {
134 fForceValid = true;
147 fForceValid
[all...]

Completed in 37 milliseconds