Searched refs:op_gc_list (Results 1 – 3 of 3) sorted by relevance
542 list_add_tail(&op->pend_link, &cache->op_gc_list); in fscache_put_operation()577 if (list_empty(&cache->op_gc_list)) { in fscache_operation_gc()582 op = list_entry(cache->op_gc_list.next, in fscache_operation_gc()609 if (!list_empty(&cache->op_gc_list)) in fscache_operation_gc()
200 INIT_LIST_HEAD(&cache->op_gc_list); in fscache_init_cache()
70 struct list_head op_gc_list; /* list of ops to be deleted */ member