Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 5 of 5) sorted by relevance

/third_party/e2fsprogs/
D0041-debugfs-Fix-infinite-loop-when-dump-log.patch42 - blocknr -= (maxlen - be32_to_cpu((jsb)->s_first));
44 + blocknr -= (maxlen - be32_to_cpu((jsb)->s_first)); \
D0018-debugfs-teach-logdump-the-n-num_trans-option.patch137 blocktype = be32_to_cpu(header->h_blocktype);
/third_party/f2fs-tools/fsck/
Dquotaio_v2.c159 be_magic = be32_to_cpu((__force __be32)dqh.dqh_magic); in v2_check_file()
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h234 #define be32_to_cpu(x) (u32)__be32_to_cpu((u32)(x)) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h214 #define be32_to_cpu(x) __builtin_bswap64(x) macro
222 #define be32_to_cpu(x) ((uint64_t)(x)) macro