Searched refs:referral (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb1ops.c958 struct dfs_info3_param referral = {0}; local
960 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral,
964 *symlinkinfo = kstrdup(referral.node_name, GFP_KERNEL);
965 free_dfs_info_param(&referral);
H A Dcifsproto.h691 struct dfs_info3_param *referral, int remap)
694 referral, NULL);
688 get_dfs_path(const unsigned int xid, struct cifs_ses *ses, const char *old_path, const struct nls_table *nls_codepage, struct dfs_info3_param *referral, int remap) argument

Completed in 110 milliseconds