op_gc             193 fs/fscache/cache.c 	INIT_WORK(&cache->op_gc, fscache_operation_gc);
op_gc             540 fs/fscache/operation.c 			schedule_work(&cache->op_gc);
op_gc             566 fs/fscache/operation.c 		container_of(work, struct fscache_cache, op_gc);
op_gc             606 fs/fscache/operation.c 		schedule_work(&cache->op_gc);
op_gc              64 include/linux/fscache-cache.h 	struct work_struct	op_gc;		/* operation garbage collector */