Symbol: JFFS2_MAGIC_BITMASK
fs/jffs2/debug.c
801
if (je16_to_cpu(node.u.magic) != JFFS2_MAGIC_BITMASK &&
fs/jffs2/debug.c
805
je16_to_cpu(node.u.magic), JFFS2_MAGIC_BITMASK);
fs/jffs2/dir.c
404
rd->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/dir.c
549
rd->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/dir.c
725
rd->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/erase.c
423
.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK),
fs/jffs2/file.c
159
ri.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/fs.c
96
ri->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/gc.c
1070
ri.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/gc.c
1362
ri.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/gc.c
813
ri.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/gc.c
858
rd.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/readinode.c
1070
if (je16_to_cpu(node->u.magic) != JFFS2_MAGIC_BITMASK) {
fs/jffs2/scan.c
749
if (je16_to_cpu(node->magic) != JFFS2_MAGIC_BITMASK) {
fs/jffs2/scan.c
753
JFFS2_MAGIC_BITMASK, ofs,
fs/jffs2/summary.c
586
crcnode.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/summary.c
709
isum.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/wbuf.c
1024
.magic = constant_cpu_to_je16(JFFS2_MAGIC_BITMASK),
fs/jffs2/wbuf.c
618
padnode->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/write.c
375
ri->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/write.c
44
ri->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/write.c
510
rd->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/write.c
573
rd->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/write.c
690
rd->magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/xattr.c
162
if (je16_to_cpu(rx.magic) != JFFS2_MAGIC_BITMASK
fs/jffs2/xattr.c
169
offset, je16_to_cpu(rx.magic), JFFS2_MAGIC_BITMASK,
fs/jffs2/xattr.c
304
rx.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);
fs/jffs2/xattr.c
472
if (je16_to_cpu(rr.magic) != JFFS2_MAGIC_BITMASK
fs/jffs2/xattr.c
477
offset, je16_to_cpu(rr.magic), JFFS2_MAGIC_BITMASK,
fs/jffs2/xattr.c
514
rr.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK);