Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dsmb1ops.c931 struct dfs_info3_param referral = {0}; in cifs_unix_dfs_readlink() local
933 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
937 *symlinkinfo = kstrdup(referral.node_name, GFP_KERNEL); in cifs_unix_dfs_readlink()
938 free_dfs_info_param(&referral); in cifs_unix_dfs_readlink()
Dcifsproto.h663 struct dfs_info3_param *referral, int remap) in get_dfs_path() argument
666 referral, NULL); in get_dfs_path()
Dconnect.c3325 struct dfs_info3_param *referral) in expand_dfs_referral() argument
3332 mdata = cifs_compose_mount_options(cifs_sb->ctx->mount_options, full_path + 1, referral, in expand_dfs_referral()