Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds