Home
last modified time | relevance | path

Searched refs:JFFS2_COMPAT_MASK (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Djffs2.h50 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Djffs2.h50 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Djffs2.h50 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */ macro
/OK3568_Linux_fs/u-boot/include/jffs2/
H A Djffs2.h79 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */ macro
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dsummary.c552 if ((nodetype & JFFS2_COMPAT_MASK) == JFFS2_FEATURE_INCOMPAT) in jffs2_sum_process_sum_data()
781 if ((je16_to_cpu(temp->u.nodetype) & JFFS2_COMPAT_MASK) in jffs2_sum_write_data()
H A Dscan.c902 switch (je16_to_cpu(node->nodetype) & JFFS2_COMPAT_MASK) { in jffs2_scan_eraseblock()
H A Dreadinode.c903 switch(je16_to_cpu(un->nodetype) & JFFS2_COMPAT_MASK) { in read_unknown()
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Djffs2_1pass.c1320 if ((nodetype & JFFS2_COMPAT_MASK) == in jffs2_sum_process_sum_data()