Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth_proc.c30 int orig_length, drive, wb_mode; in gdth_set_asc_info() local
41 orig_length = length + 5; in gdth_set_asc_info()
82 return(orig_length); in gdth_set_asc_info()
105 return(orig_length); in gdth_set_asc_info()
112 return(orig_length); in gdth_set_asc_info()
132 return(orig_length); in gdth_set_asc_info()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c310 int orig_length; in ath10k_htc_process_trailer() local
314 orig_length = length; in ath10k_htc_process_trailer()
384 orig_buffer, orig_length); in ath10k_htc_process_trailer()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.c3374 xfs_extlen_t orig_length; in xfs_bmap_btalloc() local
3385 orig_length = ap->length; in xfs_bmap_btalloc()
3615 if (ap->length <= orig_length) in xfs_bmap_btalloc()
3617 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_btalloc()
3618 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_btalloc()