Lines Matching refs:full_path
23 int dfs_parse_target_referral(const char *full_path, const struct dfs_info3_param *ref, in dfs_parse_target_referral() argument
30 if (!full_path || !*full_path || !ref || !ctx) in dfs_parse_target_referral()
36 if (strlen(full_path) - ref->path_consumed) { in dfs_parse_target_referral()
37 prepath = full_path + ref->path_consumed; in dfs_parse_target_referral()
58 static int get_session(struct cifs_mount_ctx *mnt_ctx, const char *full_path) in get_session() argument
63 ctx->leaf_fullpath = (char *)full_path; in get_session()
105 char *ref_path, *full_path; in setup_dfs_ref() local
111 full_path = smb3_fs_context_fullpath(ctx, CIFS_DIR_SEP(cifs_sb)); in setup_dfs_ref()
112 if (IS_ERR(full_path)) in setup_dfs_ref()
113 return PTR_ERR(full_path); in setup_dfs_ref()
119 ref_path = dfs_get_path(cifs_sb, full_path); in setup_dfs_ref()
122 kfree(full_path); in setup_dfs_ref()
126 ref_walk_fpath(rw) = full_path; in setup_dfs_ref()