os_to_jffs2_mode
#define cpu_to_jemode(x) ((jmode_t){os_to_jffs2_mode(x)})
#define cpu_to_jemode(x) ((jmode_t){cpu_to_be32(os_to_jffs2_mode(x))})
#define cpu_to_jemode(x) ((jmode_t){cpu_to_le32(os_to_jffs2_mode(x))})