Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb1ops.c954 struct dfs_info3_param referral = {0}; in cifs_unix_dfs_readlink() local
956 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
960 *symlinkinfo = kstrdup(referral.node_name, GFP_KERNEL); in cifs_unix_dfs_readlink()
961 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.c3415 struct dfs_info3_param *referral) in expand_dfs_referral() argument
3422 mdata = cifs_compose_mount_options(cifs_sb->ctx->mount_options, full_path + 1, referral, in expand_dfs_referral()