Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
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))})
Dos-linux.h16 #define os_to_jffs2_mode(x) (x) macro