Searched refs:prepath (Results 1 – 13 of 13) sorted by relevance
| /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() 241 tmp.UNC = tmp.prepath = NULL; in cifs_do_automount() 265 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount); in cifs_do_automount()
|
| H A D | dfs.c | 27 const char *prepath = NULL; in dfs_parse_target_referral() local 37 prepath = full_path + ref->path_consumed; in dfs_parse_target_referral() 39 if (*prepath == '/' || *prepath == '\\') in dfs_parse_target_referral() 40 prepath++; in dfs_parse_target_referral() 43 path = cifs_build_devname(ref->node_name, prepath); in dfs_parse_target_referral()
|
| H A D | fs_context.c | 435 new_ctx->prepath = NULL; in smb3_fs_context_dup() 451 DUP_CTX_STR(prepath); in smb3_fs_context_dup() 582 char *cifs_sanitize_prepath(char *prepath, gfp_t gfp) in cifs_sanitize_prepath() argument 584 char *cursor1 = prepath, *cursor2 = prepath; in cifs_sanitize_prepath() 607 if (!*prepath) in cifs_sanitize_prepath() 609 s = kstrdup(prepath, gfp); in cifs_sanitize_prepath() 626 plen = ctx->prepath ? strlen(ctx->prepath) + 1 : 0; in smb3_fs_context_fullpath() 634 memcpy(s + ulen + 1, ctx->prepath, plen); in smb3_fs_context_fullpath() 696 kfree(ctx->prepath); in smb3_parse_devname() 697 ctx->prepath = NULL; in smb3_parse_devname() [all …]
|
| 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() 101 pplen = cifs_sb->prepath ? strlen(cifs_sb->prepath) + 1 : 0; in __build_path_from_dentry_optional_prefix() 111 cifs_dbg(FYI, "using cifs_sb prepath <%s>\n", cifs_sb->prepath); in __build_path_from_dentry_optional_prefix() 113 memcpy(s + 1, cifs_sb->prepath, pplen - 1); in __build_path_from_dentry_optional_prefix()
|
| H A D | misc.c | 990 kfree(cifs_sb->prepath); in cifs_update_super_prepath() 991 cifs_sb->prepath = NULL; in cifs_update_super_prepath() 994 cifs_sb->prepath = cifs_sanitize_prepath(prefix, GFP_ATOMIC); in cifs_update_super_prepath() 995 if (IS_ERR(cifs_sb->prepath)) { in cifs_update_super_prepath() 996 rc = PTR_ERR(cifs_sb->prepath); in cifs_update_super_prepath() 997 cifs_sb->prepath = NULL; in cifs_update_super_prepath() 1000 if (cifs_sb->prepath) in cifs_update_super_prepath() 1001 convert_delimiter(cifs_sb->prepath, CIFS_DIR_SEP(cifs_sb)); in cifs_update_super_prepath()
|
| H A D | cifs_fs_sb.h | 63 char *prepath; member
|
| H A D | fs_context.h | 319 char *prepath; member 385 char *cifs_sanitize_prepath(char *prepath, gfp_t gfp);
|
| H A D | connect.c | 2974 old->prepath; in match_prepath() 2976 new->prepath; in match_prepath() 2982 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath() 3512 if (ctx->prepath) { in cifs_setup_cifs_sb() 3513 cifs_sb->prepath = kstrdup(ctx->prepath, GFP_KERNEL); in cifs_setup_cifs_sb() 3514 if (cifs_sb->prepath == NULL) in cifs_setup_cifs_sb() 3875 kfree(cifs_sb->prepath); in cifs_mount() 3876 cifs_sb->prepath = ctx->prepath; in cifs_mount() 3877 ctx->prepath = NULL; in cifs_mount() 3996 kfree(cifs_sb->prepath); in cifs_umount()
|
| H A D | cached_dir.c | 122 cifs_sb->prepath) { in path_no_prefix() 123 len = strlen(cifs_sb->prepath) + 1; in path_no_prefix()
|
| H A D | cifsproto.h | 82 char *cifs_build_devname(char *nodename, const char *prepath);
|
| H A D | sess.c | 543 ctx->prepath = ""; in cifs_ses_add_channel()
|
| H A D | inode.c | 1668 && cifs_sb->prepath) { in cifs_root_iget() 1669 len = strlen(cifs_sb->prepath); in cifs_root_iget() 1674 memcpy(path+1, cifs_sb->prepath, len); in cifs_root_iget()
|
| H A D | cifsfs.c | 1097 kfree(cifs_sb->prepath); in cifs_smb3_do_mount()
|