Searched refs:nodetype (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dsummary.h42 jint16_t nodetype; /* node type */ member in struct:jffs2_sum_unknown_flash
47 jint16_t nodetype; /* node type */ member in struct:jffs2_sum_inode_flash
56 jint16_t nodetype; /* == JFFS_NODETYPE_DIRENT */ member in struct:jffs2_sum_dirent_flash
69 jint16_t nodetype; /* == JFFS2_NODETYPE_XATR */ member in struct:jffs2_sum_xattr_flash
78 jint16_t nodetype; /* == JFFS2_NODETYPE_XREF */ member in struct:jffs2_sum_xref_flash
96 jint16_t nodetype; /* node type */ member in struct:jffs2_sum_unknown_mem
102 jint16_t nodetype; /* node type */ member in struct:jffs2_sum_inode_mem
112 jint16_t nodetype; /* == JFFS_NODETYPE_DIRENT */ member in struct:jffs2_sum_dirent_mem
126 jint16_t nodetype; member in struct:jffs2_sum_xattr_mem
136 jint16_t nodetype; member in struct:jffs2_sum_xref_mem
[all...]
H A Dsummary.c69 switch (je16_to_cpu(item->u.nodetype)) {
97 je16_to_cpu(item->u.nodetype));
121 temp->nodetype = ri->nodetype;
140 temp->nodetype = rd->nodetype;
164 temp->nodetype = rx->nodetype;
182 temp->nodetype = rr->nodetype;
545 uint16_t nodetype = je16_to_cpu(((struct jffs2_sum_unknown_flash *)sp)->nodetype); local
[all...]
H A Dreadinode.c891 je16_to_cpu(un->magic), je16_to_cpu(un->nodetype),
897 un->nodetype = cpu_to_je16(JFFS2_NODE_ACCURATE | je16_to_cpu(un->nodetype));
899 switch(je16_to_cpu(un->nodetype) & JFFS2_COMPAT_MASK) {
902 JFFS2_ERROR("unknown INCOMPAT nodetype %#04X at %#08x\n",
903 je16_to_cpu(un->nodetype), ref_offset(ref));
909 JFFS2_ERROR("unknown ROCOMPAT nodetype %#04X at %#08x\n",
910 je16_to_cpu(un->nodetype), ref_offset(ref));
915 JFFS2_NOTICE("unknown RWCOMPAT_COPY nodetype %#04X at %#08x\n",
916 je16_to_cpu(un->nodetype), ref_offse
[all...]
H A Dscan.c730 crcnode.nodetype = cpu_to_je16( je16_to_cpu(node->nodetype) | JFFS2_NODE_ACCURATE);
737 je16_to_cpu(node->nodetype),
758 if (!(je16_to_cpu(node->nodetype) & JFFS2_NODE_ACCURATE)) {
767 switch(je16_to_cpu(node->nodetype)) {
866 switch (je16_to_cpu(node->nodetype) & JFFS2_COMPAT_MASK) {
868 printk(KERN_NOTICE "Read-only compatible feature node (0x%04x) found at offset 0x%08x\n", je16_to_cpu(node->nodetype), ofs);
878 printk(KERN_NOTICE "Incompatible feature node (0x%04x) found at offset 0x%08x\n", je16_to_cpu(node->nodetype), ofs);
882 D1(printk(KERN_NOTICE "Unknown but compatible feature node (0x%04x) found at offset 0x%08x\n", je16_to_cpu(node->nodetype), ofs));
889 D1(printk(KERN_NOTICE "Unknown but compatible feature node (0x%04x) found at offset 0x%08x\n", je16_to_cpu(node->nodetype), of
[all...]
H A Dgc.c601 switch(je16_to_cpu(node->u.nodetype)) {
646 ref_offset(raw), je16_to_cpu(node->u.nodetype));
762 ri.nodetype = cpu_to_je16(JFFS2_NODETYPE_INODE);
807 rd.nodetype = cpu_to_je16(JFFS2_NODETYPE_DIRENT);
904 if (je16_to_cpu(rd->nodetype) != JFFS2_NODETYPE_DIRENT)
978 if (je16_to_cpu(ri.nodetype) != JFFS2_NODETYPE_INODE) {
981 je16_to_cpu(ri.nodetype), JFFS2_NODETYPE_INODE);
1008 ri.nodetype = cpu_to_je16(JFFS2_NODETYPE_INODE);
1280 ri.nodetype = cpu_to_je16(JFFS2_NODETYPE_INODE);
H A Dwrite.c43 ri->nodetype = cpu_to_je16(JFFS2_NODETYPE_INODE);
363 ri->nodetype = cpu_to_je16(JFFS2_NODETYPE_INODE);
495 rd->nodetype = cpu_to_je16(JFFS2_NODETYPE_DIRENT);
558 rd->nodetype = cpu_to_je16(JFFS2_NODETYPE_DIRENT);
673 rd->nodetype = cpu_to_je16(JFFS2_NODETYPE_DIRENT);
H A Dnodemgmt.c679 if (!(je16_to_cpu(n.nodetype) & JFFS2_NODE_ACCURATE)) {
680 D1(printk(KERN_DEBUG "Node at 0x%08x was already marked obsolete (nodetype 0x%04x)\n", ref_offset(ref), je16_to_cpu(n.nodetype)));
683 n.nodetype = cpu_to_je16(je16_to_cpu(n.nodetype) & ~JFFS2_NODE_ACCURATE);
H A Dwbuf.c185 node, je16_to_cpu(node->u.magic), je16_to_cpu(node->u.nodetype));
190 switch (je16_to_cpu(node->u.nodetype)) {
216 dbg_noderef("Don't care about replacing raw for nodetype %x\n",
217 je16_to_cpu(node->u.nodetype));
610 padnode->nodetype = cpu_to_je16(JFFS2_NODETYPE_PADDING);
1013 .nodetype = constant_cpu_to_je16(JFFS2_NODETYPE_CLEANMARKER),
H A Dxattr.c158 || je16_to_cpu(rx.nodetype) != JFFS2_NODETYPE_XATTR
163 "nodetype=%#04x/%#04x, totlen=%u/%u, xid=%u/%u, version=%u/%u\n",
165 je16_to_cpu(rx.nodetype), JFFS2_NODETYPE_XATTR,
300 rx.nodetype = cpu_to_je16(JFFS2_NODETYPE_XATTR);
466 || je16_to_cpu(rr.nodetype) != JFFS2_NODETYPE_XREF
469 "nodetype=%#04x/%#04x, totlen=%u/%zu\n",
471 je16_to_cpu(rr.nodetype), JFFS2_NODETYPE_XREF,
508 rr.nodetype = cpu_to_je16(JFFS2_NODETYPE_XREF);
H A Dfile.c160 ri.nodetype = cpu_to_je16(JFFS2_NODETYPE_INODE);
H A Ddir.c412 rd->nodetype = cpu_to_je16(JFFS2_NODETYPE_DIRENT);
556 rd->nodetype = cpu_to_je16(JFFS2_NODETYPE_DIRENT);
729 rd->nodetype = cpu_to_je16(JFFS2_NODETYPE_DIRENT);
H A Ddebug.c769 printk(JFFS2_DBG "nodetype:\t%#04x\n", je16_to_cpu(node.u.nodetype));
787 switch(je16_to_cpu(node.u.nodetype)) {
H A Derase.c441 .nodetype = cpu_to_je16(JFFS2_NODETYPE_CLEANMARKER),
H A Dfs.c92 ri->nodetype = cpu_to_je16(JFFS2_NODETYPE_INODE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlist.h698 #define WX_DECLARE_LIST_4(T, Tbase, name, nodetype, classexp, ptrop) \
701 classexp nodetype : public wxNodeBase \
704 nodetype(wxListBase *list = (wxListBase *)NULL, \
705 nodetype *previous = (nodetype *)NULL, \
706 nodetype *next = (nodetype *)NULL, \
711 nodetype *GetNext() const \
712 { return (nodetype *)wxNodeBase::GetNext(); } \
713 nodetype *GetPreviou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djffs2.h50 #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */
111 jint16_t nodetype; member in struct:jffs2_unknown_node
119 jint16_t nodetype; /* == JFFS2_NODETYPE_DIRENT */ member in struct:jffs2_raw_dirent
143 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */ member in struct:jffs2_raw_inode
168 jint16_t nodetype; /* = JFFS2_NODETYPE_XATTR */ member in struct:jffs2_raw_xattr
184 jint16_t nodetype; /* = JFFS2_NODETYPE_XREF */ member in struct:jffs2_raw_xref
196 jint16_t nodetype; /* = JFFS2_NODETYPE_SUMMARY */ member in struct:jffs2_raw_summary
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c10441 * - a nodetype
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c10488 * - a nodetype
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c10488 * - a nodetype
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c10441 * - a nodetype

Completed in 501 milliseconds