Searched refs:cpu_to_be32 (Results 1 – 6 of 6) sorted by relevance
76 #define cpu_to_be32(x) __bswap_32(x) macro83 #define cpu_to_be32(x) (x) macro
82 bstat->device = cpu_to_be32(bstat->device); in blkiomon_stat_to_be()
136 a[i] = cpu_to_be32(a[i]); in histlog2_to_be()
195 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID))) in count_tags()198 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG)) in count_tags()427 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) { in do_one_pass()535 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in do_one_pass()
18 #define cpu_to_be32(n) htonl(n) macro
18 #define __mk4(a,b,c,d) cpu_to_be32(__mkl(__mkw(a,b),__mkw(c,d)))