CLOSURE_DESTRUCTOR   21 drivers/md/bcache/closure.c 	BUG_ON(!r && (flags & ~CLOSURE_DESTRUCTOR));
CLOSURE_DESTRUCTOR   24 drivers/md/bcache/closure.c 		if (cl->fn && !(flags & CLOSURE_DESTRUCTOR)) {
CLOSURE_DESTRUCTOR  138 drivers/md/bcache/closure.h 	((CLOSURE_DESTRUCTOR|CLOSURE_WAITING|CLOSURE_RUNNING) << 1)
CLOSURE_DESTRUCTOR  360 drivers/md/bcache/closure.h 	closure_sub(_cl, CLOSURE_RUNNING - CLOSURE_DESTRUCTOR + 1);	\