Home
last modified time | relevance | path

Searched refs:smb_vol (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/cifs/
Dconnect.c317 static int cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data,
1114 struct smb_vol *vol) in cifs_parse_security_flavors()
1171 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor()
1196 cifs_parse_smb_version(char *value, struct smb_vol *vol, bool is_smb3) in cifs_parse_smb_version()
1270 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname()
1317 struct smb_vol *vol, bool is_smb3) in cifs_parse_mount_options()
2236 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security()
2258 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server()
2292 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session()
2356 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session()
[all …]
Dcifsproto.h27 struct smb_vol;
72 extern char *cifs_build_path_to_root(struct smb_vol *vol,
210 extern int cifs_setup_cifs_sb(struct smb_vol *pvolume_info,
213 extern void cifs_cleanup_volume_info(struct smb_vol *pvolume_info);
214 extern struct smb_vol *cifs_get_volume_info(char *mount_data,
216 extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *);
309 struct smb_vol *vol);
Dcifsglob.h210 struct smb_vol;
270 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *);
272 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *);
494 struct smb_vol { struct
586 struct smb_vol *vol; argument
Dsmb1ops.c442 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize()
477 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize()
Dcifsfs.c637 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root()
706 struct smb_vol *volume_info; in cifs_smb3_do_mount()
Ddir.c49 cifs_build_path_to_root(struct smb_vol *vol, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
Dsmb2ops.c248 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize()
273 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()