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.c447 new_ctx->symlinkroot = NULL; in smb3_fs_context_dup()
463 DUP_CTX_STR(symlinkroot); in smb3_fs_context_dup()
1895 kfree(ctx->symlinkroot); in smb3_fs_context_parse_param()
1896 ctx->symlinkroot = param->string; in smb3_fs_context_parse_param()
2052 kfree(ctx->symlinkroot); in smb3_cleanup_fs_context_contents()
2053 ctx->symlinkroot = NULL; in smb3_cleanup_fs_context_contents()
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()