bitmap_copy_le (9) Linux Manual Page
bitmap_copy_le – copy a bitmap, putting the bits into little-endian order.
Synopsis
void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits);
Arguments
dst
-
- destination buffer
src
- bitmap to copy
nbits
- number of bits in the bitmap
Description
Require nbits % BITS_PER_LONG == 0.
