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.c448 new_ctx->symlinkroot = NULL; in smb3_fs_context_dup()
464 DUP_CTX_STR(symlinkroot); in smb3_fs_context_dup()
1898 kfree(ctx->symlinkroot); in smb3_fs_context_parse_param()
1899 ctx->symlinkroot = param->string; in smb3_fs_context_parse_param()
2055 kfree(ctx->symlinkroot); in smb3_cleanup_fs_context_contents()
2056 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.c60 const char *symroot = cifs_sb->ctx->symlinkroot; in create_native_symlink()
792 const char *symroot = cifs_sb->ctx->symlinkroot; in smb2_parse_native_symlink()