Home
last modified time | relevance | path

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

/linux/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/fs/xfs/libxfs/
H A Dxfs_bmap.c3489 xfs_extlen_t orig_length) in xfs_bmap_process_allocated_extent() argument
3505 if (ap->length <= orig_length) in xfs_bmap_process_allocated_extent()
3507 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_process_allocated_extent()
3508 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_process_allocated_extent()
3789 xfs_extlen_t orig_length; in xfs_bmap_btalloc() local
3795 orig_length = ap->length; in xfs_bmap_btalloc()
3815 orig_length); in xfs_bmap_btalloc()
/linux/fs/xfs/
H A Dxfs_rtalloc.c2092 xfs_extlen_t orig_length = ap->length; in xfs_bmap_rtalloc() local
2128 ap->length = orig_length; in xfs_bmap_rtalloc()