Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Dpage.c92 spin_lock(&cookie->stores_lock); in __fscache_maybe_release_page()
99 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page()
104 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page()
154 spin_lock(&cookie->stores_lock); in fscache_end_page_write()
162 spin_unlock(&cookie->stores_lock); in fscache_end_page_write()
807 spin_lock(&cookie->stores_lock); in fscache_write_op()
829 spin_unlock(&cookie->stores_lock); in fscache_write_op()
851 spin_unlock(&cookie->stores_lock); in fscache_write_op()
870 spin_lock(&cookie->stores_lock); in fscache_invalidate_writes()
875 spin_unlock(&cookie->stores_lock); in fscache_invalidate_writes()
[all …]
Dcookie.c39 spin_lock_init(&cookie->stores_lock); in fscache_cookie_init_once()
/linux-4.4.14/include/linux/
Dfscache.h181 spinlock_t stores_lock; /* lock on page store tree */ member