HomeSort by relevance Sort by last modified time
    Searched refs:zfs_to_cpu32 (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
zfs_common.h 42 #define zfs_to_cpu32(x, a) (((a) == BIG_ENDIAN) ? be32_to_cpu(x) \ macro
  /external/u-boot/fs/zfs/
zfs_fletcher.c 64 a += zfs_to_cpu32(ip[0], endian);
zfs.c 829 if (zfs_to_cpu32(l->l_hdr.lh_magic, endian) != ZAP_LEAF_MAGIC) {
986 if (zfs_to_cpu32(l->l_hdr.lh_magic, endian) != ZAP_LEAF_MAGIC) {
    [all...]

Completed in 291 milliseconds