Searched refs:smb_vol (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | cifsproto.h | 26 struct smb_vol; 64 extern char *cifs_build_path_to_root(struct smb_vol *vol, 188 extern void cifs_setup_cifs_sb(struct smb_vol *pvolume_info, 191 extern void cifs_cleanup_volume_info(struct smb_vol *pvolume_info); 192 extern struct smb_vol *cifs_get_volume_info(char *mount_data, 194 extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *); 277 struct smb_vol *vol);
|
D | connect.c | 300 static int cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data, 1039 struct smb_vol *vol) in cifs_parse_security_flavors() 1096 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor() 1121 cifs_parse_smb_version(char *value, struct smb_vol *vol) in cifs_parse_smb_version() 1166 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname() 1209 struct smb_vol *vol) in cifs_parse_mount_options() 2048 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security() 2069 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server() 2096 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session() 2149 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session() [all …]
|
D | cifsglob.h | 187 struct smb_vol; 240 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *); 242 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *); 445 struct smb_vol { struct 529 struct smb_vol *vol; argument
|
D | cifsfs.c | 599 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root() 667 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()
|