Lines Matching refs:cifs_sb
116 struct cifs_sb_info *cifs_sb = mnt_ctx->cifs_sb;
120 full_path = smb3_fs_context_fullpath(ctx, CIFS_DIR_SEP(cifs_sb));
126 ref_path = dfs_get_path(cifs_sb, ctx->UNC);
128 ref_path = dfs_get_path(cifs_sb, full_path);
231 struct cifs_sb_info *cifs_sb = mnt_ctx->cifs_sb;
237 origin_fullpath = dfs_get_path(cifs_sb, ctx->source);
331 static int update_server_fullpath(struct TCP_Server_Info *server, struct cifs_sb_info *cifs_sb,
357 npath = dfs_cache_canonical_path(refpath, cifs_sb->local_nls, cifs_remap(cifs_sb));
398 struct cifs_sb_info *cifs_sb,
423 cifs_sb->local_nls);
436 struct cifs_sb_info *cifs_sb,
441 __tree_connect_ipc(xid, tree, cifs_sb, ses);
442 __tree_connect_ipc(xid, tree, cifs_sb, CIFS_DFS_ROOT_SES(ses));
446 struct cifs_sb_info *cifs_sb, char *tree, bool islink,
488 tree_connect_ipc(xid, tree, cifs_sb, tcon);
492 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls);
502 if (dfs_cache_find(xid, root_ses, cifs_sb->local_nls, cifs_remap(cifs_sb), target,
504 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls);
508 rc = cifs_update_super_prepath(cifs_sb, prefix);
511 rc = update_server_fullpath(server, cifs_sb, target);
531 struct cifs_sb_info *cifs_sb, char *tree, bool islink,
540 rc = __tree_connect_dfs_target(xid, tcon, cifs_sb, tree, islink, tl);
561 struct cifs_sb_info *cifs_sb = NULL;
603 cifs_sb = CIFS_SB(sb);
609 if (!cifs_sb || !server->leaf_fullpath ||
612 cifs_sb ? cifs_sb->local_nls : nlsc);
616 rc = tree_connect_dfs_target(xid, tcon, cifs_sb, tree, ref.server_type == DFS_TYPE_LINK,