Home
last modified time | relevance | path

Searched refs:orig_length (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dhtc.c357 int orig_length; in ath10k_htc_process_trailer() local
361 orig_length = length; in ath10k_htc_process_trailer()
431 orig_buffer, orig_length); in ath10k_htc_process_trailer()
/linux-6.15/drivers/vfio/pci/virtio/
H A Dmigrate.c945 unsigned int orig_length; in virtiovf_resume_write() local
1027 orig_length = vhca_buf->last_offset_sg->length; in virtiovf_resume_write()
1035 vhca_buf->last_offset_sg->length = orig_length; in virtiovf_resume_write()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.c3347 xfs_extlen_t orig_length) in xfs_bmap_process_allocated_extent() argument
3363 if (ap->length <= orig_length) in xfs_bmap_process_allocated_extent()
3365 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_process_allocated_extent()
3366 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_process_allocated_extent()
3647 xfs_extlen_t orig_length; in xfs_bmap_btalloc() local
3653 orig_length = ap->length; in xfs_bmap_btalloc()
3673 orig_length); in xfs_bmap_btalloc()
/linux-6.15/fs/xfs/
H A Dxfs_rtalloc.c2136 xfs_extlen_t orig_length = ap->length; in xfs_bmap_rtalloc() local
2174 ap->length = orig_length; in xfs_bmap_rtalloc()