Home
last modified time | relevance | path

Searched refs:volume_info (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c2530 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session() argument
2535 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session()
2538 tcp_ses = cifs_find_tcp_session(volume_info); in cifs_get_tcp_session()
2548 tcp_ses->ops = volume_info->ops; in cifs_get_tcp_session()
2549 tcp_ses->vals = volume_info->vals; in cifs_get_tcp_session()
2551 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session()
2557 tcp_ses->noblockcnt = volume_info->rootfs; in cifs_get_tcp_session()
2558 tcp_ses->noblocksnd = volume_info->noblocksnd || volume_info->rootfs; in cifs_get_tcp_session()
2559 tcp_ses->noautotune = volume_info in cifs_get_tcp_session()
2728 cifs_setup_ipc(struct cifs_ses *ses, struct smb_vol *volume_info) cifs_setup_ipc() argument
3039 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info) cifs_get_smb_ses() argument
3157 match_tcon(struct cifs_tcon *tcon, struct smb_vol *volume_info) match_tcon() argument
3177 cifs_find_tcon(struct cifs_ses *ses, struct smb_vol *volume_info) cifs_find_tcon() argument
3254 cifs_get_tcon(struct cifs_ses *ses, struct smb_vol *volume_info) cifs_get_tcon() argument
3510 struct smb_vol *volume_info; cifs_match_super() local
4041 cifs_cleanup_volume_info_contents(struct smb_vol *volume_info) cifs_cleanup_volume_info_contents() argument
4052 cifs_cleanup_volume_info(struct smb_vol *volume_info) cifs_cleanup_volume_info() argument
4240 expand_dfs_referral(const unsigned int xid, struct cifs_ses *ses, struct smb_vol *volume_info, struct cifs_sb_info *cifs_sb, char *ref_path) expand_dfs_referral() argument
4412 cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data, const char *devname, bool is_smb3) cifs_setup_volume_info() argument
4454 struct smb_vol *volume_info; cifs_get_volume_info() local
[all...]
H A Dcifsfs.c793 struct smb_vol *volume_info; in cifs_smb3_do_mount() local
806 volume_info = cifs_get_volume_info((char *)data, dev_name, is_smb3); in cifs_smb3_do_mount()
807 if (IS_ERR(volume_info)) in cifs_smb3_do_mount()
808 return ERR_CAST(volume_info); in cifs_smb3_do_mount()
822 rc = cifs_setup_cifs_sb(volume_info, cifs_sb); in cifs_smb3_do_mount()
828 rc = cifs_mount(cifs_sb, volume_info); in cifs_smb3_do_mount()
837 mnt_data.vol = volume_info; in cifs_smb3_do_mount()
864 root = cifs_get_root(volume_info, sb); in cifs_smb3_do_mount()
875 cifs_cleanup_volume_info(volume_info); in cifs_smb3_do_mount()
883 unload_nls(volume_info in cifs_smb3_do_mount()
[all...]
H A Dsmb1ops.c431 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize() argument
438 if (volume_info->wsize) in cifs_negotiate_wsize()
439 wsize = volume_info->wsize; in cifs_negotiate_wsize()
466 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize() argument
491 rsize = volume_info->rsize ? volume_info->rsize : defsize; in cifs_negotiate_rsize()
H A Dcifsproto.h558 cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data,
561 cifs_cleanup_volume_info_contents(struct smb_vol *volume_info);
569 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info);
H A Dsmb2ops.c342 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize() argument
348 wsize = volume_info->wsize ? volume_info->wsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_wsize()
357 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize() argument
363 wsize = volume_info->wsize ? volume_info->wsize : SMB3_DEFAULT_IOSIZE; in smb3_negotiate_wsize()
389 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize() argument
395 rsize = volume_info->rsize ? volume_info->rsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_rsize()
405 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize() argument
[all...]

Completed in 11 milliseconds