sm_ll_extend      107 drivers/md/persistent-data/dm-space-map-common.h int sm_ll_extend(struct ll_disk *ll, dm_block_t extra_blocks);
sm_ll_extend       45 drivers/md/persistent-data/dm-space-map-disk.c 	return sm_ll_extend(&smd->ll, extra_blocks);
sm_ll_extend      274 drivers/md/persistent-data/dm-space-map-disk.c 	r = sm_ll_extend(&smd->ll, nr_blocks);
sm_ll_extend      712 drivers/md/persistent-data/dm-space-map-metadata.c 	r = sm_ll_extend(&smm->ll, extra_blocks);
sm_ll_extend      785 drivers/md/persistent-data/dm-space-map-metadata.c 		r = sm_ll_extend(&smm->ll, nr_blocks);