Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dfs_context.h27 int cifs_parse_smb_version(char *value, struct smb_vol *vol, bool is_smb3);
38 int cifs_parse_cache_flavor(char *value, struct smb_vol *vol);
56 int cifs_parse_security_flavors(char *value, struct smb_vol *vol);
Dcifsproto.h30 struct smb_vol;
75 extern char *cifs_build_path_to_root(struct smb_vol *vol,
239 extern int cifs_setup_cifs_sb(struct smb_vol *pvolume_info,
242 extern void cifs_cleanup_volume_info(struct smb_vol *pvolume_info);
243 extern struct smb_vol *cifs_get_volume_info(char *mount_data,
245 extern int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb_vol *vol);
261 extern struct TCP_Server_Info *cifs_get_tcp_session(struct smb_vol *vol);
337 struct smb_vol *vol);
558 cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data,
561 cifs_cleanup_volume_info_contents(struct smb_vol *volume_info);
[all …]
Dfs_context.c28 cifs_parse_smb_version(char *value, struct smb_vol *vol, bool is_smb3) in cifs_parse_smb_version()
115 int cifs_parse_security_flavors(char *value, struct smb_vol *vol) in cifs_parse_security_flavors()
181 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor()
Ddfs_cache.c52 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()
[all …]
Dconnect.c1336 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname()
1388 struct smb_vol *vol, bool is_smb3) in cifs_parse_mount_options()
2393 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security()
2415 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server()
2462 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session()
2530 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session()
2680 static int match_session(struct cifs_ses *ses, struct smb_vol *vol) in match_session()
2728 cifs_setup_ipc(struct cifs_ses *ses, struct smb_vol *volume_info) in cifs_setup_ipc()
2810 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb_vol *vol) in cifs_find_smb_ses()
2885 cifs_set_cifscreds(struct smb_vol *vol, struct cifs_ses *ses) in cifs_set_cifscreds()
[all …]
Ddfs_cache.h47 extern int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol,
Dcifsglob.h208 struct smb_vol;
274 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *);
276 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *);
536 struct smb_vol { struct
655 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.c729 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root()
793 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.c342 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize()
357 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize()
389 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
405 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize()
Dsess.c179 struct smb_vol vol = {NULL}; in cifs_ses_add_channel()