Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dhtc.c347 int orig_length; in ath10k_htc_process_trailer() local
351 orig_length = length; in ath10k_htc_process_trailer()
421 orig_buffer, orig_length); in ath10k_htc_process_trailer()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_bmap.c3414 xfs_extlen_t orig_length) in xfs_bmap_process_allocated_extent() argument
3444 if (ap->length <= orig_length) in xfs_bmap_process_allocated_extent()
3446 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_process_allocated_extent()
3447 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_process_allocated_extent()
3459 xfs_extlen_t orig_length; in xfs_bmap_exact_minlen_extent_alloc() local
3471 orig_length = ap->length; in xfs_bmap_exact_minlen_extent_alloc()
3511 orig_length); in xfs_bmap_exact_minlen_extent_alloc()
3535 xfs_extlen_t orig_length; in xfs_bmap_btalloc() local
3546 orig_length = ap->length; in xfs_bmap_btalloc()
3714 orig_length); in xfs_bmap_btalloc()
/Linux-v6.1/fs/xfs/
Dxfs_bmap_util.c83 xfs_extlen_t orig_length = ap->length; in xfs_bmap_rtalloc() local
199 ap->length = orig_length; in xfs_bmap_rtalloc()