dirty_bitset      457 drivers/md/dm-cache-target.c 	unsigned long *dirty_bitset;
dirty_bitset      689 drivers/md/dm-cache-target.c 	return test_bit(from_cblock(b), cache->dirty_bitset);
dirty_bitset      694 drivers/md/dm-cache-target.c 	if (!test_and_set_bit(from_cblock(cblock), cache->dirty_bitset)) {
dirty_bitset      706 drivers/md/dm-cache-target.c 	if (!test_and_set_bit(from_cblock(cblock), cache->dirty_bitset))
dirty_bitset      713 drivers/md/dm-cache-target.c 	if (test_and_clear_bit(from_cblock(cblock), cache->dirty_bitset)) {
dirty_bitset     1998 drivers/md/dm-cache-target.c 	if (cache->dirty_bitset)
dirty_bitset     1999 drivers/md/dm-cache-target.c 		free_bitset(cache->dirty_bitset);
dirty_bitset     2581 drivers/md/dm-cache-target.c 	cache->dirty_bitset = alloc_bitset(from_cblock(cache->cache_size));
dirty_bitset     2582 drivers/md/dm-cache-target.c 	if (!cache->dirty_bitset) {
dirty_bitset     2586 drivers/md/dm-cache-target.c 	clear_bitset(cache->dirty_bitset, from_cblock(cache->cache_size));
dirty_bitset     2780 drivers/md/dm-cache-target.c 	r = dm_cache_set_dirty_bits(cache->cmd, from_cblock(cache->cache_size), cache->dirty_bitset);
dirty_bitset     2891 drivers/md/dm-cache-target.c 		set_bit(from_cblock(cblock), cache->dirty_bitset);
dirty_bitset     2894 drivers/md/dm-cache-target.c 		clear_bit(from_cblock(cblock), cache->dirty_bitset);