Searched refs:aligned_length (Results 1 – 3 of 3) sorted by relevance
872 uint32_t aligned_length; in vhdx_log_write() local914 aligned_length = length; in vhdx_log_write()920 aligned_length -= leading_length; in vhdx_log_write()924 sectors = aligned_length / VHDX_LOG_SECTOR_SIZE; in vhdx_log_write()925 trailing_length = aligned_length - (sectors * VHDX_LOG_SECTOR_SIZE); in vhdx_log_write()
1031 size_t aligned_length; in cxl_pci_afu_read_err_buffer() local1042 aligned_length = aligned_end - aligned_start; in cxl_pci_afu_read_err_buffer()1045 if (aligned_length > ERR_BUFF_MAX_COPY_SIZE) { in cxl_pci_afu_read_err_buffer()1046 aligned_length = ERR_BUFF_MAX_COPY_SIZE; in cxl_pci_afu_read_err_buffer()1056 memcpy_fromio(tbuf, ebuf + aligned_start, aligned_length); in cxl_pci_afu_read_err_buffer()
635 u8 offset, aligned_length; in mlxbf_i2c_smbus_write_data() local638 aligned_length = round_up(length, 4); in mlxbf_i2c_smbus_write_data()648 for (offset = 0; offset < aligned_length; offset += sizeof(u32)) { in mlxbf_i2c_smbus_write_data()