DROP_WRITES        82 drivers/md/dm-flakey.c 			if (test_and_set_bit(DROP_WRITES, &fc->flags)) {
DROP_WRITES       101 drivers/md/dm-flakey.c 			} else if (test_bit(DROP_WRITES, &fc->flags)) {
DROP_WRITES       160 drivers/md/dm-flakey.c 	if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) {
DROP_WRITES       342 drivers/md/dm-flakey.c 			if (!fc->corrupt_bio_byte && !test_bit(DROP_WRITES, &fc->flags) &&
DROP_WRITES       351 drivers/md/dm-flakey.c 		if (test_bit(DROP_WRITES, &fc->flags)) {
DROP_WRITES       398 drivers/md/dm-flakey.c 		} else if (!test_bit(DROP_WRITES, &fc->flags) &&
DROP_WRITES       428 drivers/md/dm-flakey.c 		drop_writes = test_bit(DROP_WRITES, &fc->flags);