Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb1ops.c943 struct dfs_info3_param referral = {0}; in cifs_unix_dfs_readlink() local
945 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
949 *symlinkinfo = kstrdup(referral.node_name, GFP_KERNEL); in cifs_unix_dfs_readlink()
950 free_dfs_info_param(&referral); in cifs_unix_dfs_readlink()
Dcifsproto.h658 struct dfs_info3_param *referral, int remap) in get_dfs_path() argument
661 referral, NULL); in get_dfs_path()
Dconnect.c3404 struct dfs_info3_param *referral) in expand_dfs_referral() argument
3411 mdata = cifs_compose_mount_options(cifs_sb->ctx->mount_options, full_path + 1, referral, in expand_dfs_referral()