Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb1ops.c922 struct dfs_info3_param referral = {0}; in cifs_unix_dfs_readlink() local
924 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
928 *symlinkinfo = kstrndup(referral.node_name, in cifs_unix_dfs_readlink()
929 strlen(referral.node_name), in cifs_unix_dfs_readlink()
931 free_dfs_info_param(&referral); in cifs_unix_dfs_readlink()
H A Dcifsproto.h630 struct dfs_info3_param *referral, int remap) in get_dfs_path()
633 referral, NULL); in get_dfs_path()
627 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) get_dfs_path() argument
H A Dconnect.c4229 * expand_dfs_referral - Perform a dfs referral query and update the cifs_sb
4232 * If a referral is found, cifs_sb->mountdata will be (re-)allocated
4245 struct dfs_info3_param referral = {0}; in expand_dfs_referral() local
4256 ref_path, &referral, NULL); in expand_dfs_referral()
4261 full_path + 1, &referral, in expand_dfs_referral()
4263 free_dfs_info_param(&referral); in expand_dfs_referral()
4398 * Update DFS target hint in DFS referral cache with the target in do_dfs_failover()
4600 * the components is -EREMOTE, then update @dfs_path with the next DFS referral request path in check_dfs_prepath()
4667 * Unconditionally try to get an DFS referral (even cached) to determine whether it is an in cifs_mount()
4675 /* No DFS referral wa in cifs_mount()
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb1ops.c958 struct dfs_info3_param referral = {0}; in cifs_unix_dfs_readlink() local
960 rc = get_dfs_path(xid, tcon->ses, searchName, nls_codepage, &referral, in cifs_unix_dfs_readlink()
964 *symlinkinfo = kstrdup(referral.node_name, GFP_KERNEL); in cifs_unix_dfs_readlink()
965 free_dfs_info_param(&referral); in cifs_unix_dfs_readlink()
H A Dcifsproto.h681 struct dfs_info3_param *referral, int remap) in get_dfs_path()
684 referral, NULL); in get_dfs_path()
678 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) get_dfs_path() argument

Completed in 12 milliseconds