Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h29 #define cpu_to_be64(x) ext2fs_cpu_to_be64(x) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h255 #define cpu_to_be64(x) (u64)__cpu_to_be64((u64)(x)) macro
/third_party/e2fsprogs/e2fsck/
Drevoke.c625 cpu_to_be64(record->blocknr); in write_one_revoke_record()