Searched refs:prepath (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | namespace.c | 62 cifs_build_devname(char *nodename, const char *prepath) in cifs_build_devname() argument 89 pplen = prepath ? strlen(prepath) : 0; in cifs_build_devname() 109 memcpy(pos, prepath, pplen); in cifs_build_devname() 238 tmp.UNC = tmp.prepath = NULL; in cifs_do_automount() 262 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount); in cifs_do_automount()
|
H A D | fs_context.c | 346 new_ctx->prepath = NULL; in smb3_fs_context_dup() 360 DUP_CTX_STR(prepath); in smb3_fs_context_dup() 489 char *cifs_sanitize_prepath(char *prepath, gfp_t gfp) in cifs_sanitize_prepath() 491 char *cursor1 = prepath, *cursor2 = prepath; in cifs_sanitize_prepath() 514 if (!*prepath) in cifs_sanitize_prepath() 516 s = kstrdup(prepath, gfp); in cifs_sanitize_prepath() 523 * Return full path based on the values of @ctx->{UNC,prepath}. 533 plen = ctx->prepath ? strlen(ctx->prepath) in smb3_fs_context_fullpath() 488 cifs_sanitize_prepath(char * prepath,gfp_t gfp) cifs_sanitize_prepath() argument [all...] |
H A D | dfs.c | 25 const char *prepath = NULL; in dfs_parse_target_referral() local 35 prepath = full_path + ref->path_consumed; in dfs_parse_target_referral() 37 if (*prepath == '/' || *prepath == '\\') in dfs_parse_target_referral() 38 prepath++; in dfs_parse_target_referral() 41 path = cifs_build_devname(ref->node_name, prepath); in dfs_parse_target_referral()
|
H A D | dir.c | 42 int pplen = ctx->prepath ? strlen(ctx->prepath) + 1 : 0; in cifs_build_path_to_root() 64 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen); in cifs_build_path_to_root() 100 pplen = cifs_sb->prepath ? strlen(cifs_sb->prepath) + 1 : 0; in __build_path_from_dentry_optional_prefix() 110 cifs_dbg(FYI, "using cifs_sb prepath <%s>\n", cifs_sb->prepath); in __build_path_from_dentry_optional_prefix() 112 memcpy(s + 1, cifs_sb->prepath, pplen - 1); in __build_path_from_dentry_optional_prefix()
|
H A D | misc.c | 1261 kfree(cifs_sb->prepath); in cifs_update_super_prepath() 1262 cifs_sb->prepath = NULL; in cifs_update_super_prepath() 1265 cifs_sb->prepath = cifs_sanitize_prepath(prefix, GFP_ATOMIC); in cifs_update_super_prepath() 1266 if (IS_ERR(cifs_sb->prepath)) { in cifs_update_super_prepath() 1267 rc = PTR_ERR(cifs_sb->prepath); in cifs_update_super_prepath() 1268 cifs_sb->prepath = NULL; in cifs_update_super_prepath() 1271 if (cifs_sb->prepath) in cifs_update_super_prepath() 1272 convert_delimiter(cifs_sb->prepath, CIFS_DIR_SEP(cifs_sb)); in cifs_update_super_prepath()
|
H A D | fs_context.h | 270 char *prepath; member 310 extern char *cifs_sanitize_prepath(char *prepath, gfp_t gfp);
|
H A D | cifs_fs_sb.h | 62 char *prepath; member
|
H A D | connect.c | 2900 old->prepath; in match_prepath() 2902 new->prepath; in match_prepath() 2908 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) 3402 if (ctx->prepath) { in cifs_setup_cifs_sb() 3403 cifs_sb->prepath = kstrdup(ctx->prepath, GFP_KERNEL); 3404 if (cifs_sb->prepath == NULL) 3720 kfree(cifs_sb->prepath); in cifs_mount() 3721 cifs_sb->prepath in cifs_mount() [all...] |
H A D | cached_dir.c | 128 cifs_sb->prepath) { in path_no_prefix() 129 len = strlen(cifs_sb->prepath) + 1; in path_no_prefix()
|
H A D | inode.c | 1567 && cifs_sb->prepath) { in cifs_root_iget() 1568 len = strlen(cifs_sb->prepath); in cifs_root_iget() 1573 memcpy(path+1, cifs_sb->prepath, len); in cifs_root_iget()
|
H A D | cifsproto.h | 82 char *cifs_build_devname(char *nodename, const char *prepath);
|
H A D | sess.c | 574 ctx->prepath = ""; in cifs_ses_add_channel()
|
H A D | cifsfs.c | 995 kfree(cifs_sb->prepath); in cifs_smb3_do_mount()
|