Searched refs:smb_vol (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifsproto.h | 27 struct smb_vol; 72 extern char *cifs_build_path_to_root(struct smb_vol *vol, 211 extern int cifs_setup_cifs_sb(struct smb_vol *pvolume_info, 214 extern void cifs_cleanup_volume_info(struct smb_vol *pvolume_info); 215 extern struct smb_vol *cifs_get_volume_info(char *mount_data, 217 extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *); 310 struct smb_vol *vol);
|
D | connect.c | 319 static int cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data, 1215 struct smb_vol *vol) in cifs_parse_security_flavors() 1272 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor() 1297 cifs_parse_smb_version(char *value, struct smb_vol *vol, bool is_smb3) in cifs_parse_smb_version() 1371 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname() 1423 struct smb_vol *vol, bool is_smb3) in cifs_parse_mount_options() 2345 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security() 2367 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server() 2401 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session() 2465 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session() [all …]
|
D | cifsglob.h | 210 struct smb_vol; 273 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *); 275 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *); 497 struct smb_vol { struct 590 struct smb_vol *vol; argument
|
D | smb1ops.c | 443 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize() 478 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize()
|
D | cifsfs.c | 640 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root() 704 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 | 276 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize() 301 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
|