Home
last modified time | relevance | path

Searched refs:jffs2_to_os_mode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dnodelist.h45 #define jemode_to_cpu(x) (jffs2_to_os_mode((x).m))
56 #define jemode_to_cpu(x) (be32_to_cpu(jffs2_to_os_mode((x).m)))
67 #define jemode_to_cpu(x) (le32_to_cpu(jffs2_to_os_mode((x).m)))
H A Dos-linux.h17 #define jffs2_to_os_mode(x) (x) macro