Searched refs:smb_vol (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | cifsproto.h | 30 struct smb_vol; 75 extern char *cifs_build_path_to_root(struct smb_vol *vol, 223 extern int cifs_setup_cifs_sb(struct smb_vol *pvolume_info, 226 extern void cifs_cleanup_volume_info(struct smb_vol *pvolume_info); 227 extern struct smb_vol *cifs_get_volume_info(char *mount_data, 229 extern int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb_vol *vol); 317 struct smb_vol *vol); 538 cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data, 541 cifs_cleanup_volume_info_contents(struct smb_vol *volume_info); 544 cifs_find_tcp_session(struct smb_vol *vol); [all …]
|
| D | connect.c | 1373 struct smb_vol *vol) in cifs_parse_security_flavors() 1430 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor() 1473 cifs_parse_smb_version(char *value, struct smb_vol *vol, bool is_smb3) in cifs_parse_smb_version() 1547 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname() 1599 struct smb_vol *vol, bool is_smb3) in cifs_parse_mount_options() 2584 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security() 2606 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server() 2653 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session() 2717 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session() 2858 static int match_session(struct cifs_ses *ses, struct smb_vol *vol) in match_session() [all …]
|
| D | dfs_cache.h | 46 extern int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol,
|
| D | dfs_cache.c | 54 struct smb_vol vi_vol; 1082 static int dup_vol(struct smb_vol *vol, struct smb_vol *new) in dup_vol() 1150 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol() 1323 struct smb_vol vol; in find_root_ses()
|
| D | cifsglob.h | 217 struct smb_vol; 281 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *); 283 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *); 529 struct smb_vol { struct 642 struct smb_vol *vol;
|
| D | smb1ops.c | 433 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize() 468 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize()
|
| D | cifsfs.c | 702 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root() 771 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 | 327 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize() 352 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize() 377 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize() 403 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize()
|