Searched refs:msw (Results 1 – 1 of 1) sorted by relevance
60 __be32 msw; member66 return ((u64)ntohl(x.msw) << 32) | ntohl(x.lsw); in xdr_to_u64()71 return (struct yfs_xdr_u64){ .msw = htonl(x >> 32), .lsw = htonl(x) }; in u64_to_xdr()