Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dpage.c97 spin_lock(&cookie->stores_lock); in __fscache_maybe_release_page()
104 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page()
110 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page()
161 spin_lock(&cookie->stores_lock); in fscache_end_page_write()
177 spin_unlock(&cookie->stores_lock); in fscache_end_page_write()
835 spin_lock(&cookie->stores_lock); in fscache_write_op()
856 spin_unlock(&cookie->stores_lock); in fscache_write_op()
888 spin_unlock(&cookie->stores_lock); in fscache_write_op()
907 spin_lock(&cookie->stores_lock); in fscache_invalidate_writes()
912 spin_unlock(&cookie->stores_lock); in fscache_invalidate_writes()
[all …]
Dcookie.c182 spin_lock_init(&cookie->stores_lock); in fscache_alloc_cookie()
/Linux-v4.19/include/linux/
Dfscache.h142 spinlock_t stores_lock; /* lock on page store tree */ member