Home
last modified time | relevance | path

Searched refs:c_cached_epoch (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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.h19 * c_lock protects accesses to c_flags, c_mapcount, c_cached_epoch, c_uid and
28 unsigned int c_cached_epoch; /* epoch for cached permissions */ member
/kernel/linux/linux-6.6/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.h19 * c_lock protects accesses to c_flags, c_mapcount, c_cached_epoch, c_uid and
28 unsigned int c_cached_epoch; /* epoch for cached permissions */ member

Completed in 1 milliseconds