Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/fscache/
A Dcache.c38 INIT_LIST_HEAD(&cache->cache_link); in fscache_alloc_cache()
66 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
76 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
93 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
110 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
117 list_add_tail(&candidate->cache_link, &fscache_caches); in fscache_lookup_cache()
194 list_del_init(&cache->cache_link); in fscache_put_cache()
391 cache = list_entry(v, struct fscache_cache, cache_link); in fscache_caches_seq_show()
/linux-6.3-rc2/fs/cachefiles/
A Dvolume.c35 INIT_LIST_HEAD(&volume->cache_link); in cachefiles_acquire_volume()
87 list_add(&volume->cache_link, &volume->cache->volumes); in cachefiles_acquire_volume()
128 list_del_init(&volume->cache_link); in cachefiles_free_volume()
A Dcache.c296 struct cachefiles_object, cache_link); in cachefiles_withdraw_objects()
298 list_del_init(&object->cache_link); in cachefiles_withdraw_objects()
325 struct cachefiles_volume, cache_link); in cachefiles_withdraw_volumes()
326 list_del_init(&volume->cache_link); in cachefiles_withdraw_volumes()
A Dinterface.c37 INIT_LIST_HEAD(&object->cache_link); in cachefiles_alloc_object()
199 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
358 if (!list_empty(&object->cache_link)) { in cachefiles_withdraw_cookie()
361 list_del_init(&object->cache_link); in cachefiles_withdraw_cookie()
A Dinternal.h41 struct list_head cache_link; /* Link in cache->volumes */ member
53 struct list_head cache_link; /* Link in cache->*_list */ member
/linux-6.3-rc2/net/rxrpc/
A Dconn_client.c451 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
452 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()
649 list_move_tail(&conn->cache_link, &local->idle_client_conns); in rxrpc_disconnect_client_call()
744 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()
769 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()
807 struct rxrpc_connection, cache_link))) { in rxrpc_clean_up_local_conns()
808 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
A Dconn_object.c64 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()
318 ASSERT(list_empty(&conn->cache_link)); in rxrpc_clean_up_connection()
A Dar-internal.h466 struct list_head cache_link; member
/linux-6.3-rc2/include/linux/
A Dfscache-cache.h37 struct list_head cache_link; /* Link in cache list */ member

Completed in 18 milliseconds