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

/linux-master/fs/smb/client/
H A Ddfs_cache.c44 int ref_flags; /* DFS_REREFERRAL_V3.ReferralEntryFlags */ member in struct:cache_entry
172 "cache entry: path=%s,type=%s,ttl=%d,etime=%ld,hdr_flags=0x%x,ref_flags=0x%x,interlink=%s,path_consumed=%d,expired=%s\n",
174 ce->ttl, ce->etime.tv_nsec, ce->hdr_flags, ce->ref_flags,
239 cifs_dbg(FYI, "cache entry: path=%s,type=%s,ttl=%d,etime=%ld,hdr_flags=0x%x,ref_flags=0x%x,interlink=%s,path_consumed=%d,expired=%s\n",
243 ce->hdr_flags, ce->ref_flags,
392 ce->ref_flags = refs[0].ref_flag;
778 ref->ref_flag = ce->ref_flags;
/linux-master/fs/jffs2/
H A Dxattr.c78 if (ref_flags(raw) == REF_UNCHECKED) {
144 if (ref_flags(xd->node) == REF_PRISTINE)
187 if (ref_flags(raw) == REF_UNCHECKED) {
212 BUG_ON(ref_flags(xd->node) != REF_PRISTINE);
454 if (ref_flags(ref->node) != REF_UNCHECKED)
493 if (ref_flags(raw) == REF_UNCHECKED) {
797 if (ref_flags(ref->node) != REF_PRISTINE) {
1309 if (ref_flags(raw) != REF_UNCHECKED)
H A Dread.c211 ref_flags(frag->node->raw));
H A Dreadinode.c157 if (ref_flags(tn->fn->raw) != REF_UNCHECKED)
605 if (ref_flags(ref) == REF_UNCHECKED) {
743 if (ref_flags(ref) == REF_UNCHECKED) {
891 if (ref_flags(ref) == REF_UNCHECKED) {
1042 dbg_readinode("read %d bytes at %#08x(%d).\n", len, ref_offset(ref), ref_flags(ref));
H A Dgc.c316 if (ref_flags(raw) == REF_PRISTINE) {
353 __func__, jeb->offset, ref_offset(raw), ref_flags(raw),
371 if (ref_flags(raw) == REF_PRISTINE)
545 if (ref_flags(raw) == REF_PRISTINE) {
H A Dwbuf.c304 ref_offset(raw), ref_flags(raw),
310 ref_offset(raw), ref_flags(raw),
471 rawlen, ref_offset(raw), ref_flags(raw), ofs);
527 new_ref = jffs2_link_node_ref(c, new_jeb, ofs | ref_flags(raw), rawlen, ic);
H A Ddebug.c86 if (ref_flags(fn->raw) == REF_PRISTINE) {
328 if (ref_flags(ref2) == REF_UNCHECKED)
714 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 Derase.c262 ref_offset(this), ref_flags(this));
H A Dnodelist.c252 ref_offset(this->node->raw), ref_flags(this->node->raw));
633 switch(ref_flags(ref)) {
H A Dnodemgmt.c620 if (ref_flags(ref) == REF_UNCHECKED) {

Completed in 159 milliseconds