DATA_BLOCK_SIZE   172 drivers/gpu/drm/tiny/gm12u320.c 			block_size = DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE   361 drivers/gpu/drm/tiny/gm12u320.c 				block_size = DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE   552 drivers/target/target_core_user.c 	size_t data_length = round_up(se_cmd->data_length, DATA_BLOCK_SIZE);
DATA_BLOCK_SIZE   557 drivers/target/target_core_user.c 				DATA_BLOCK_SIZE);
DATA_BLOCK_SIZE   567 drivers/target/target_core_user.c 	return data_length / DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE   653 drivers/target/target_core_user.c 	return dev->data_off + dbi * DATA_BLOCK_SIZE +
DATA_BLOCK_SIZE   654 drivers/target/target_core_user.c 		DATA_BLOCK_SIZE - remaining;
DATA_BLOCK_SIZE   682 drivers/target/target_core_user.c 				block_remaining = DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE   721 drivers/target/target_core_user.c 				offset = DATA_BLOCK_SIZE - block_remaining;
DATA_BLOCK_SIZE   761 drivers/target/target_core_user.c 		count = DIV_ROUND_UP(se_cmd->data_length, DATA_BLOCK_SIZE);
DATA_BLOCK_SIZE   777 drivers/target/target_core_user.c 				block_remaining = DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE   786 drivers/target/target_core_user.c 			offset = DATA_BLOCK_SIZE - block_remaining;
DATA_BLOCK_SIZE   818 drivers/target/target_core_user.c 	uint32_t blocks_needed = (data_needed + DATA_BLOCK_SIZE - 1)
DATA_BLOCK_SIZE   819 drivers/target/target_core_user.c 				/ DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE   845 drivers/target/target_core_user.c 	if ((space * DATA_BLOCK_SIZE) < data_needed) {
DATA_BLOCK_SIZE   851 drivers/target/target_core_user.c 					blocks_left * DATA_BLOCK_SIZE,
DATA_BLOCK_SIZE  1552 drivers/target/target_core_user.c 		dbi = (offset - udev->data_off) / DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE  1901 drivers/target/target_core_user.c 	udev->data_size = udev->max_blocks * DATA_BLOCK_SIZE;
DATA_BLOCK_SIZE  1913 drivers/target/target_core_user.c 	WARN_ON(udev->data_size % DATA_BLOCK_SIZE);
DATA_BLOCK_SIZE  2681 drivers/target/target_core_user.c 		off = udev->data_off + start * DATA_BLOCK_SIZE;