Home
last modified time | relevance | path

Searched refs:path_consumed (Results 1 – 4 of 4) sorted by relevance

/linux/fs/cifs/
A Ddfs_cache.c34 int path_consumed; member
46 int path_consumed; /* RESP_GET_DFS_REFERRAL.PathConsumed */ member
288 ce->path_consumed, cache_entry_expired(ce) ? "yes" : "no"); in dfscache_proc_show()
357 ce->path_consumed, in dump_ce()
379 ref->flags, ref->path_consumed, ref->server_type, in dump_refs()
470 static struct cache_dfs_tgt *alloc_target(const char *name, int path_consumed) in alloc_target() argument
482 t->path_consumed = path_consumed; in alloc_target()
501 ce->path_consumed = refs[0].path_consumed; in copy_ref_data()
506 t = alloc_target(refs[i].node_name, refs[i].path_consumed); in copy_ref_data()
863 ref->path_consumed = ce->path_consumed; in setup_referral()
[all …]
A Dcifs_dfs_ref.c154 if (WARN_ON_ONCE(!ref->node_name || ref->path_consumed < 0)) in cifs_compose_mount_options()
157 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options()
158 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
A Dmisc.c885 node->path_consumed = cifs_utf16_bytes(tmp, in parse_dfs_referrals()
890 node->path_consumed = le16_to_cpu(rsp->PathConsumed); in parse_dfs_referrals()
A Dcifsglob.h1635 int path_consumed; member

Completed in 19 milliseconds