Searched refs:fake_vol (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | connect.c | 4293 struct smb_vol *fake_vol, struct smb_vol *vol) in update_vol_info() 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() 4350 * We use a 'fake_vol' here because we need pass it down to the 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, vo in setup_dfs_tgt_conn() 4292 update_vol_info(const struct dfs_cache_tgt_iterator *tgt_it, struct smb_vol *fake_vol, struct smb_vol *vol) update_vol_info() argument [all...] |
Completed in 6 milliseconds