Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dconnect.c4273 struct smb_vol *fake_vol, struct smb_vol *vol) in update_vol_info() argument
4287 if (fake_vol->prepath) { in update_vol_info()
4289 vol->prepath = fake_vol->prepath; in update_vol_info()
4290 fake_vol->prepath = NULL; in update_vol_info()
4292 memcpy(&vol->dstaddr, &fake_vol->dstaddr, sizeof(vol->dstaddr)); in update_vol_info()
4306 struct smb_vol fake_vol = {NULL}; in setup_dfs_tgt_conn() local
4322 rc = cifs_setup_volume_info(&fake_vol, mdata, fake_devname, in setup_dfs_tgt_conn()
4335 rc = mount_get_conns(&fake_vol, cifs_sb, xid, server, ses, in setup_dfs_tgt_conn()
4342 rc = update_vol_info(tgt_it, &fake_vol, vol); in setup_dfs_tgt_conn()
4345 cifs_cleanup_volume_info_contents(&fake_vol); in setup_dfs_tgt_conn()