Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsproto.h26 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 *);
282 struct smb_vol *vol);
Dconnect.c292 static int cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data,
1062 struct smb_vol *vol) in cifs_parse_security_flavors()
1119 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor()
1144 cifs_parse_smb_version(char *value, struct smb_vol *vol) in cifs_parse_smb_version()
1183 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname()
1226 struct smb_vol *vol) in cifs_parse_mount_options()
2034 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security()
2055 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server()
2082 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session()
2148 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session()
[all …]
Dcifsglob.h183 struct smb_vol;
237 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *);
239 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *);
439 struct smb_vol { struct
520 struct smb_vol *vol; argument
Dcifsfs.c591 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root()
659 struct smb_vol *volume_info; in cifs_do_mount()
Dsmb1ops.c439 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()
Dsmb2ops.c229 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize()
245 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
Ddir.c49 cifs_build_path_to_root(struct smb_vol *vol, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()