Home
last modified time | relevance | path

Searched refs:C_CACHE_VALID (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cod.c62 #define C_CACHE_VALID(TOKEN_MTIME, NEW_MTIME) \ macro
133 (C_CACHE_VALID(mdp->md_x_time, fscp->fs_cod_time)) && in c_cod_check_cached_object()
178 if ((!C_CACHE_VALID(mdp->md_vattr.va_mtime, attrs.va_mtime) || in c_cod_check_cached_object()
227 if (!C_CACHE_VALID(mdp->md_vattr.va_ctime, attrs.va_ctime)) { in c_cod_check_cached_object()
H A Dcachefs_strict.c62 #define C_CACHE_VALID(SAVED_MTIME, NEW_MTIME) \ macro
202 if ((!C_CACHE_VALID(mdp->md_vattr.va_mtime, attrs.va_mtime) || in c_strict_check_cached_object()
257 if (!C_CACHE_VALID(mdp->md_vattr.va_ctime, attrs.va_ctime)) { in c_strict_check_cached_object()