Searched refs:fake_vol (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | connect.c | 4293 struct smb_vol *fake_vol, struct smb_vol *vol) in update_vol_info() argument 4307 if (fake_vol->prepath) { in update_vol_info() 4309 vol->prepath = fake_vol->prepath; in update_vol_info() 4310 fake_vol->prepath = NULL; in update_vol_info() 4312 memcpy(&vol->dstaddr, &fake_vol->dstaddr, sizeof(vol->dstaddr)); in update_vol_info() 4326 struct smb_vol fake_vol = {NULL}; in setup_dfs_tgt_conn() local 4342 rc = cifs_setup_volume_info(&fake_vol, mdata, fake_devname, in setup_dfs_tgt_conn() 4355 rc = mount_get_conns(&fake_vol, cifs_sb, xid, server, ses, in setup_dfs_tgt_conn() 4362 rc = update_vol_info(tgt_it, &fake_vol, vol); in setup_dfs_tgt_conn() 4365 cifs_cleanup_volume_info_contents(&fake_vol); in setup_dfs_tgt_conn()
|