Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dnodelist.h38 #define cpu_to_jemode(x) ((jmode_t){os_to_jffs2_mode(x)})
49 #define cpu_to_jemode(x) ((jmode_t){cpu_to_be32(os_to_jffs2_mode(x))})
60 #define cpu_to_jemode(x) ((jmode_t){cpu_to_le32(os_to_jffs2_mode(x))})
H A Dos-linux.h16 #define os_to_jffs2_mode(x) (x) macro