Home
last modified time | relevance | path

Searched refs:symlinkroot (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dfs_context.c192 fsparam_string("symlinkroot", Opt_symlinkroot),
447 new_ctx->symlinkroot = NULL; in smb3_fs_context_dup()
463 DUP_CTX_STR(symlinkroot); in smb3_fs_context_dup()
1929 cifs_errorf(fc, "symlinkroot mount options must be absolute path\n"); in smb3_fs_context_parse_param()
1933 cifs_errorf(fc, "symlinkroot path too long (max path length: %u)\n", in smb3_fs_context_parse_param()
1937 kfree(ctx->symlinkroot); in smb3_fs_context_parse_param()
1938 ctx->symlinkroot = param->string; in smb3_fs_context_parse_param()
2089 kfree(ctx->symlinkroot);
2090 ctx->symlinkroot = NULL;
H A Dfs_context.h341 char *symlinkroot; /* top level directory for native SMB symlinks in absolute format */ member
H A Dreparse.c59 const char *symroot = cifs_sb->ctx->symlinkroot; in create_native_symlink()
793 const char *symroot = cifs_sb->ctx->symlinkroot; in smb2_parse_native_symlink()