Home
last modified time | relevance | path

Searched refs:path_consumed (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.c32 int path_consumed; member
43 int path_consumed; member
169 "interlink=%s,path_consumed=%d,expired=%s\n", in dfscache_proc_show()
174 ce->path_consumed, in dfscache_proc_show()
238 cifs_dbg(FYI, "cache entry: path=%s,type=%s,ttl=%d,etime=%ld,interlink=%s,path_consumed=%d,expired=%s\n", in dump_ce()
243 ce->path_consumed, in dump_ce()
259 "path_consumed: %d\n" in dump_refs()
265 ref->flags, ref->path_consumed, ref->server_type, in dump_refs()
354 static struct cache_dfs_tgt *alloc_target(const char *name, int path_consumed) in alloc_target() argument
366 t->path_consumed in alloc_target()
[all...]
H 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()
H A Dmisc.c741 node->path_consumed = cifs_utf16_bytes(tmp, in parse_dfs_referrals()
746 node->path_consumed = le16_to_cpu(rsp->PathConsumed); in parse_dfs_referrals()
H A Dcifsglob.h1679 int path_consumed; member
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.c34 int path_consumed; member
46 int path_consumed; /* RESP_GET_DFS_REFERRAL.PathConsumed */ member
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", in dfscache_proc_show()
176 ce->path_consumed, cache_entry_expired(ce) ? "yes" : "no"); in dfscache_proc_show()
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", in dump_ce()
245 ce->path_consumed, in dump_ce()
261 "path_consumed: %d\n" in dump_refs()
267 ref->flags, ref->path_consumed, ref->server_type, in dump_refs()
361 static struct cache_dfs_tgt *alloc_target(const char *name, int path_consumed) in alloc_target() argument
373 t->path_consumed in alloc_target()
[all...]
H A Ddfs.c31 if (WARN_ON_ONCE(!ref->node_name || ref->path_consumed < 0)) in dfs_parse_target_referral()
34 if (strlen(full_path) - ref->path_consumed) { in dfs_parse_target_referral()
35 prepath = full_path + ref->path_consumed; in dfs_parse_target_referral()
H A Dmisc.c918 node->path_consumed = cifs_utf16_bytes(tmp, in parse_dfs_referrals()
923 node->path_consumed = le16_to_cpu(rsp->PathConsumed); in parse_dfs_referrals()
H A Dcifsglob.h1752 int path_consumed; member

Completed in 17 milliseconds