Searched refs:smb_vol (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | fs_context.h | 27 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);
|
D | cifsproto.h | 30 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 …]
|
D | fs_context.c | 28 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()
|
D | dfs_cache.c | 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() [all …]
|
D | connect.c | 1336 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 …]
|
D | dfs_cache.h | 47 extern int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol,
|
D | cifsglob.h | 208 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;
|
D | smb1ops.c | 431 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()
|
D | cifsfs.c | 729 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()
|
D | dir.c | 49 cifs_build_path_to_root(struct smb_vol *vol, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
|
D | smb2ops.c | 342 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()
|
D | sess.c | 179 struct smb_vol vol = {NULL}; in cifs_ses_add_channel()
|