Searched refs:smb_vol (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifsproto.h | 26 struct smb_vol; 66 extern char *cifs_build_path_to_root(struct smb_vol *vol, 190 extern void cifs_setup_cifs_sb(struct smb_vol *pvolume_info, 193 extern void cifs_cleanup_volume_info(struct smb_vol *pvolume_info); 194 extern struct smb_vol *cifs_get_volume_info(char *mount_data, 196 extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *); 279 struct smb_vol *vol);
|
D | connect.c | 289 static int cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data, 1028 struct smb_vol *vol) in cifs_parse_security_flavors() 1085 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor() 1110 cifs_parse_smb_version(char *value, struct smb_vol *vol) in cifs_parse_smb_version() 1149 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname() 1192 struct smb_vol *vol) in cifs_parse_mount_options() 2004 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security() 2025 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server() 2052 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session() 2105 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session() [all …]
|
D | cifsglob.h | 183 struct smb_vol; 236 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *); 238 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *); 436 struct smb_vol { struct 517 struct smb_vol *vol; argument
|
D | cifsfs.c | 592 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root() 660 struct smb_vol *volume_info; in cifs_do_mount()
|
D | smb1ops.c | 439 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize() 474 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize()
|
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 | 230 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize() 246 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
|