Searched refs:os_to_jffs2_mode (Results 1 – 2 of 2) sorted by relevance
38 #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))})
16 #define os_to_jffs2_mode(x) (x) macro