Searched refs:cache_link (Results 1 – 6 of 6) sorted by relevance
35 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()
299 struct cachefiles_object, cache_link); in cachefiles_withdraw_objects()301 list_del_init(&object->cache_link); in cachefiles_withdraw_objects()328 volume = list_entry(cur, struct cachefiles_volume, cache_link); in cachefiles_withdraw_fscache_volumes()361 struct cachefiles_volume, cache_link); in cachefiles_withdraw_volumes()369 list_del_init(&volume->cache_link); in cachefiles_withdraw_volumes()
41 struct list_head cache_link; /* Link in cache->volumes */ member68 struct list_head cache_link; /* Link in cache->*_list */ member
461 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()462 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()663 list_move_tail(&conn->cache_link, &local->idle_client_conns); in rxrpc_disconnect_client_call()759 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()784 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()822 struct rxrpc_connection, cache_link))) { in rxrpc_clean_up_local_conns()823 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
481 struct list_head cache_link; member
38 struct list_head cache_link; /* Link in cache list */ member