Home
last modified time | relevance | path

Searched refs:smb_vol (Results 1 – 9 of 9) sorted by relevance

/fs/cifs/
Dcifsproto.h30 struct smb_vol;
75 extern char *cifs_build_path_to_root(struct smb_vol *vol,
224 extern int cifs_setup_cifs_sb(struct smb_vol *pvolume_info,
227 extern void cifs_cleanup_volume_info(struct smb_vol *pvolume_info);
228 extern struct smb_vol *cifs_get_volume_info(char *mount_data,
230 extern int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb_vol *vol);
318 struct smb_vol *vol);
539 cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data,
542 cifs_cleanup_volume_info_contents(struct smb_vol *volume_info);
545 cifs_find_tcp_session(struct smb_vol *vol);
[all …]
Ddfs_cache.c53 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()
[all …]
Dconnect.c1408 struct smb_vol *vol) in cifs_parse_security_flavors()
1465 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor()
1508 cifs_parse_smb_version(char *value, struct smb_vol *vol, bool is_smb3) in cifs_parse_smb_version()
1582 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname()
1634 struct smb_vol *vol, bool is_smb3) in cifs_parse_mount_options()
2619 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security()
2641 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server()
2688 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session()
2752 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session()
2893 static int match_session(struct cifs_ses *ses, struct smb_vol *vol) in match_session()
[all …]
Ddfs_cache.h46 extern int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol,
Dcifsglob.h220 struct smb_vol;
285 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *);
287 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *);
535 struct smb_vol { struct
648 struct smb_vol *vol;
Dsmb1ops.c431 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize()
466 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize()
Dcifsfs.c715 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root()
779 struct smb_vol *volume_info; in cifs_smb3_do_mount()
Ddir.c49 cifs_build_path_to_root(struct smb_vol *vol, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
Dsmb2ops.c338 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize()
363 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize()
388 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
414 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize()