Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/block/
H A Dnbd.c619 uint64_t orig_length, in nbd_parse_blockstatus_payload() argument
696 if (extent->length > orig_length) { in nbd_parse_blockstatus_payload()
697 extent->length = orig_length; in nbd_parse_blockstatus_payload()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c3368 xfs_extlen_t orig_length) in xfs_bmap_process_allocated_extent() argument
3384 if (ap->length <= orig_length) in xfs_bmap_process_allocated_extent()
3386 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_process_allocated_extent()
3387 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_process_allocated_extent()
3667 xfs_extlen_t orig_length; in xfs_bmap_btalloc() local
3673 orig_length = ap->length; in xfs_bmap_btalloc()
3693 orig_length); in xfs_bmap_btalloc()
/openbmc/linux/fs/xfs/
H A 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()