count_is_more_than_one  245 drivers/md/persistent-data/dm-space-map-disk.c 	.count_is_more_than_one = sm_disk_count_is_more_than_one,
count_is_more_than_one  557 drivers/md/persistent-data/dm-space-map-metadata.c 	.count_is_more_than_one = sm_metadata_count_is_more_than_one,
count_is_more_than_one  684 drivers/md/persistent-data/dm-space-map-metadata.c 	.count_is_more_than_one = sm_bootstrap_count_is_more_than_one,
count_is_more_than_one   43 drivers/md/persistent-data/dm-space-map.h 	int (*count_is_more_than_one)(struct dm_space_map *sm, dm_block_t b,
count_is_more_than_one  106 drivers/md/persistent-data/dm-space-map.h 	return sm->count_is_more_than_one(sm, b, result);