__swab64p 195 include/linux/byteorder.h return __swab64p((__force __u64 *)p); __swab64p 222 include/linux/byteorder.h return (__force __le64)__swab64p(p); __swab64p 249 include/linux/byteorder.h return __swab64p((__force __u64 *)p); __swab64p 276 include/linux/byteorder.h return (__force __be64)__swab64p(p); __swab64p 45 include/linux/byteorder/big_endian.h return (__force __le64)__swab64p(p); __swab64p 49 include/linux/byteorder/big_endian.h return __swab64p((__u64 *)p); __swab64p 69 include/linux/byteorder/little_endian.h return (__force __be64)__swab64p(p); __swab64p 73 include/linux/byteorder/little_endian.h return __swab64p((__u64 *)p); __swab64p 216 include/linux/byteorder/swab.h #define swab64p __swab64p __swab64p 257 include/linux/swab.h *p = __swab64p(p); __swab64p 299 include/linux/swab.h # define swab64p __swab64p __swab64p 168 lib/find_next_bit.c return (unsigned long) __swab64p((u64 *) x);