Lines Matching refs:smb_vol
53 struct smb_vol smb_vol; member
534 cifs_cleanup_volume_info_contents(&vi->smb_vol); in __vol_release()
1081 static int dup_vol(struct smb_vol *vol, struct smb_vol *new) in dup_vol()
1149 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol()
1169 rc = dup_vol(vol, &vi->smb_vol); in dfs_cache_add_vol()
1231 memcpy(&vi->smb_vol.dstaddr, &server->dstaddr, in dfs_cache_update_vol()
1232 sizeof(vi->smb_vol.dstaddr)); in dfs_cache_update_vol()
1320 static struct TCP_Server_Info *get_tcp_server(struct smb_vol *vol) in get_tcp_server()
1350 struct smb_vol vol = {NULL}; in find_root_ses()
1484 server = get_tcp_server(&vi->smb_vol); in refresh_cache_worker()
1497 server = get_tcp_server(&vi->smb_vol); in refresh_cache_worker()