Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Doperation.c355 list_add_tail(&op->pend_link, &cache->op_gc_list); in fscache_put_operation()
399 if (list_empty(&cache->op_gc_list)) { in fscache_operation_gc()
404 op = list_entry(cache->op_gc_list.next, in fscache_operation_gc()
437 if (!list_empty(&cache->op_gc_list)) in fscache_operation_gc()
Dcache.c200 INIT_LIST_HEAD(&cache->op_gc_list); in fscache_init_cache()
/linux-3.4.99/include/linux/
Dfscache-cache.h58 struct list_head op_gc_list; /* list of ops to be deleted */ member