Home
last modified time | relevance | path

Searched defs:je32_to_cpu (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jffs2/
H A Dnodelist.h44 #define je32_to_cpu(x) ((x).v32) macro
55 #define je32_to_cpu(x) (be32_to_cpu(x.v32)) macro
66 #define je32_to_cpu(x) (le32_to_cpu(x.v32)) macro