Home
last modified time | relevance | path

Searched refs:fscache_addremove_sem (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/fscache/
H A Dcache.c14 DECLARE_RWSEM(fscache_addremove_sem); variable
15 EXPORT_SYMBOL(fscache_addremove_sem); variable
64 down_read(&fscache_addremove_sem); in fscache_lookup_cache()
83 up_read(&fscache_addremove_sem); in fscache_lookup_cache()
91 down_write(&fscache_addremove_sem); in fscache_lookup_cache()
121 up_write(&fscache_addremove_sem); in fscache_lookup_cache()
125 up_read(&fscache_addremove_sem); in fscache_lookup_cache()
132 up_write(&fscache_addremove_sem); in fscache_lookup_cache()
194 down_write(&fscache_addremove_sem); in fscache_put_cache()
196 up_write(&fscache_addremove_sem); in fscache_put_cache()
[all...]
H A Dvolume.c248 down_write(&fscache_addremove_sem); in fscache_alloc_volume()
253 up_write(&fscache_addremove_sem); in fscache_alloc_volume()
391 down_write(&fscache_addremove_sem); in fscache_free_volume()
394 up_write(&fscache_addremove_sem); in fscache_free_volume()
497 __acquires(&fscache_addremove_sem)
499 down_read(&fscache_addremove_sem); variable
509 __releases(&fscache_addremove_sem)
511 up_read(&fscache_addremove_sem); variable
/kernel/linux/linux-5.10/fs/fscache/
H A Dcache.c14 DECLARE_RWSEM(fscache_addremove_sem); variable
28 down_read(&fscache_addremove_sem); in __fscache_lookup_cache_tag()
33 up_read(&fscache_addremove_sem); in __fscache_lookup_cache_tag()
38 up_read(&fscache_addremove_sem); in __fscache_lookup_cache_tag()
50 down_write(&fscache_addremove_sem); in __fscache_lookup_cache_tag()
55 up_write(&fscache_addremove_sem); in __fscache_lookup_cache_tag()
62 up_write(&fscache_addremove_sem); in __fscache_lookup_cache_tag()
72 down_write(&fscache_addremove_sem); in __fscache_release_cache_tag()
79 up_write(&fscache_addremove_sem); in __fscache_release_cache_tag()
251 down_write(&fscache_addremove_sem); in fscache_add_cache()
[all...]
H A Dcookie.c394 down_read(&fscache_addremove_sem); in fscache_acquire_non_index_cookie()
397 up_read(&fscache_addremove_sem); in fscache_acquire_non_index_cookie()
405 up_read(&fscache_addremove_sem); in fscache_acquire_non_index_cookie()
419 up_read(&fscache_addremove_sem); in fscache_acquire_non_index_cookie()
451 up_read(&fscache_addremove_sem); in fscache_acquire_non_index_cookie()
456 up_read(&fscache_addremove_sem); in fscache_acquire_non_index_cookie()
H A Dinternal.h10 * - fscache_addremove_sem
39 extern struct rw_semaphore fscache_addremove_sem;
/kernel/linux/linux-6.6/include/linux/
H A Dfscache-cache.h88 extern struct rw_semaphore fscache_addremove_sem;

Completed in 4 milliseconds