Lines Matching refs:smb_vol
52 struct smb_vol smb_vol; member
589 cifs_cleanup_volume_info_contents(&vi->smb_vol); in __vol_release()
1143 static int dup_vol(struct smb_vol *vol, struct smb_vol *new) in dup_vol()
1211 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol()
1231 rc = dup_vol(vol, &vi->smb_vol); in dfs_cache_add_vol()
1293 memcpy(&vi->smb_vol.dstaddr, &server->dstaddr, in dfs_cache_update_vol()
1294 sizeof(vi->smb_vol.dstaddr)); in dfs_cache_update_vol()
1449 static struct TCP_Server_Info *get_tcp_server(struct smb_vol *vol) in get_tcp_server()
1480 struct smb_vol vol = {NULL}; in find_root_ses()
1623 server = get_tcp_server(&vi->smb_vol); in refresh_cache_worker()
1636 server = get_tcp_server(&vi->smb_vol); in refresh_cache_worker()