Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cachefiles/
Dinterface.c27 struct fscache_cache *_cache, in cachefiles_alloc_object() argument
38 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object()
380 static void cachefiles_sync_cache(struct fscache_cache *_cache) in cachefiles_sync_cache() argument
386 _enter("%p", _cache); in cachefiles_sync_cache()
388 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_sync_cache()