Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Djffs2.h67 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */ macro
/linux-2.4.37.9/fs/jffs2/
Dnodelist.c242 switch(node.u.nodetype & JFFS2_COMPAT_MASK) { in jffs2_get_inode_nodes()
Dscan.c313 switch (node.nodetype & JFFS2_COMPAT_MASK) { in jffs2_scan_eraseblock()