Searched refs:ref_flags (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dxattr.c73 if (ref_flags(raw) == REF_UNCHECKED) {
139 if (ref_flags(xd->node) == REF_PRISTINE)
182 if (ref_flags(raw) == REF_UNCHECKED) {
207 BUG_ON(ref_flags(xd->node) != REF_PRISTINE);
447 if (ref_flags(ref->node) != REF_UNCHECKED)
486 if (ref_flags(raw) == REF_UNCHECKED) {
783 if (ref_flags(ref->node) != REF_PRISTINE) {
1288 if (ref_flags(raw) != REF_UNCHECKED)
H A Dread.c198 ref_offset(frag->node->raw), ref_flags(frag->node->raw)));
H A Dreadinode.c157 if (ref_flags(tn->fn->raw) != REF_UNCHECKED)
622 if (ref_flags(ref) == REF_UNCHECKED) {
739 if (ref_flags(ref) == REF_UNCHECKED) {
887 if (ref_flags(ref) == REF_UNCHECKED) {
1036 dbg_readinode("read %d bytes at %#08x(%d).\n", len, ref_offset(ref), ref_flags(ref));
H A Dgc.c282 if (ref_flags(raw) == REF_PRISTINE) {
318 D1(printk(KERN_DEBUG "jffs2_garbage_collect_pass collecting from block @0x%08x. Node @0x%08x(%d), ino #%u\n", jeb->offset, ref_offset(raw), ref_flags(raw), ic->ino));
335 if (ref_flags(raw) == REF_PRISTINE)
506 if (ref_flags(raw) == REF_PRISTINE) {
H A Dwbuf.c296 ref_offset(raw), ref_flags(raw),
302 ref_offset(raw), ref_flags(raw),
463 rawlen, ref_offset(raw), ref_flags(raw), ofs));
519 new_ref = jffs2_link_node_ref(c, new_jeb, ofs | ref_flags(raw), rawlen, ic);
H A Ddebug.c84 if (ref_flags(fn->raw) == REF_PRISTINE) {
322 if (ref_flags(ref2) == REF_UNCHECKED)
692 ref_flags(this->node->raw), this, frag_left(this), frag_right(this),
H A Dnodelist.h136 #define ref_flags(ref) ((ref)->flash_offset & 3) macro
H A Dnodelist.c250 ref_offset(this->node->raw), ref_flags(this->node->raw));
655 switch(ref_flags(ref)) {
H A Derase.c285 ref_offset(this), ref_flags(this));
H A Dnodemgmt.c540 if (ref_flags(ref) == REF_UNCHECKED) {

Completed in 214 milliseconds