Lines Matching refs:path_consumed
34 int path_consumed;
46 int path_consumed; /* RESP_GET_DFS_REFERRAL.PathConsumed */
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",
176 ce->path_consumed, cache_entry_expired(ce) ? "yes" : "no");
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",
245 ce->path_consumed,
261 "path_consumed: %d\n"
267 ref->flags, ref->path_consumed, ref->server_type,
361 static struct cache_dfs_tgt *alloc_target(const char *name, int path_consumed)
373 t->path_consumed = path_consumed;
393 ce->path_consumed = refs[0].path_consumed;
398 t = alloc_target(refs[i].node_name, refs[i].path_consumed);
775 ref->path_consumed = ce->path_consumed;
813 it->it_path_consumed = t->path_consumed;