Home
last modified time | relevance | path

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

/openbmc/linux/fs/coda/
H A Dcache.c36 cii->c_cached_epoch = atomic_read(&permission_epoch); in coda_cache_enter()
50 cii->c_cached_epoch = atomic_read(&permission_epoch) - 1; in coda_cache_clear_inode()
70 cii->c_cached_epoch == atomic_read(&permission_epoch); in coda_cache_check()
H A Dcoda_fs_i.h28 unsigned int c_cached_epoch; /* epoch for cached permissions */ member