Home
last modified time | relevance | path

Searched defs:volume_info (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h119 typedef struct volume_info struct
129 } volume_info; argument
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dconnect.c2530 cifs_get_tcp_session(struct smb_vol *volume_info) in cifs_get_tcp_session()
2728 cifs_setup_ipc(struct cifs_ses *ses, struct smb_vol *volume_info) in cifs_setup_ipc()
3039 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info) in cifs_get_smb_ses()
3155 static int match_tcon(struct cifs_tcon *tcon, struct smb_vol *volume_info) in match_tcon()
3175 cifs_find_tcon(struct cifs_ses *ses, struct smb_vol *volume_info) in cifs_find_tcon()
3252 cifs_get_tcon(struct cifs_ses *ses, struct smb_vol *volume_info) in cifs_get_tcon()
3508 struct smb_vol *volume_info; in cifs_match_super() local
4039 cifs_cleanup_volume_info_contents(struct smb_vol *volume_info) in cifs_cleanup_volume_info_contents()
4050 cifs_cleanup_volume_info(struct smb_vol *volume_info) in cifs_cleanup_volume_info()
4239 struct smb_vol *volume_info, struct cifs_sb_info *cifs_sb, in expand_dfs_referral()
[all …]
H A Dsmb1ops.c431 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize()
466 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize()
H A Dsmb2ops.c342 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize()
357 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize()
389 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize()
405 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize()
H A Dcifsfs.c787 struct smb_vol *volume_info; in cifs_smb3_do_mount() local