Home
last modified time | relevance | path

Searched refs:zfs_to_cpu32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c64 a += zfs_to_cpu32(ip[0], endian); in fletcher_4_endian()
H A Dzfs.c829 if (zfs_to_cpu32(l->l_hdr.lh_magic, endian) != ZAP_LEAF_MAGIC) { in zap_leaf_lookup()
986 if (zfs_to_cpu32(l->l_hdr.lh_magic, endian) != ZAP_LEAF_MAGIC) { in fzap_iterate()
/openbmc/u-boot/include/
H A Dzfs_common.h42 #define zfs_to_cpu32(x, a) (((a) == BIG_ENDIAN) ? be32_to_cpu(x) \ macro