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

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.c357 int orig_length; local
361 orig_length = length;
431 orig_buffer, orig_length);
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c1337 xfs_extlen_t orig_length = ap->length; local
1440 ap->length = orig_length;
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c3457 xfs_extlen_t orig_length)
3473 if (ap->length <= orig_length)
3475 else if (ap->offset + ap->length < orig_offset + orig_length)
3476 ap->offset = orig_offset + orig_length - ap->length;
3488 xfs_extlen_t orig_length; local
3500 orig_length = ap->length;
3534 orig_length);
3791 xfs_extlen_t orig_length; local
3797 orig_length = ap->length;
3814 orig_length);
3453 xfs_bmap_process_allocated_extent( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_fileoff_t orig_offset, xfs_extlen_t orig_length) argument
[all...]

Completed in 287 milliseconds