Home
last modified time | relevance | path

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

/Linux-v5.10/fs/fscache/
Dpage.c93 spin_lock(&cookie->stores_lock); in __fscache_maybe_release_page()
100 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page()
106 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page()
157 spin_lock(&cookie->stores_lock); in fscache_end_page_write()
173 spin_unlock(&cookie->stores_lock); in fscache_end_page_write()
831 spin_lock(&cookie->stores_lock); in fscache_write_op()
852 spin_unlock(&cookie->stores_lock); in fscache_write_op()
884 spin_unlock(&cookie->stores_lock); in fscache_write_op()
903 spin_lock(&cookie->stores_lock); in fscache_invalidate_writes()
908 spin_unlock(&cookie->stores_lock); in fscache_invalidate_writes()
[all …]
Dcookie.c178 spin_lock_init(&cookie->stores_lock); in fscache_alloc_cookie()
/Linux-v5.10/include/linux/
Dfscache.h138 spinlock_t stores_lock; /* lock on page store tree */ member