Lines Matching refs:fake_vol
4293 struct smb_vol *fake_vol, struct smb_vol *vol)
4307 if (fake_vol->prepath) {
4309 vol->prepath = fake_vol->prepath;
4310 fake_vol->prepath = NULL;
4312 memcpy(&vol->dstaddr, &fake_vol->dstaddr, sizeof(vol->dstaddr));
4326 struct smb_vol fake_vol = {NULL};
4342 rc = cifs_setup_volume_info(&fake_vol, mdata, fake_devname,
4350 * We use a 'fake_vol' here because we need pass it down to the
4355 rc = mount_get_conns(&fake_vol, cifs_sb, xid, server, ses,
4362 rc = update_vol_info(tgt_it, &fake_vol, vol);
4365 cifs_cleanup_volume_info_contents(&fake_vol);