Home
last modified time | relevance | path

Searched refs:negotiate_wsize (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dsmb1ops.c1171 .negotiate_wsize = cifs_negotiate_wsize,
Dsmb2ops.c5408 .negotiate_wsize = smb2_negotiate_wsize,
5509 .negotiate_wsize = smb2_negotiate_wsize,
5612 .negotiate_wsize = smb3_negotiate_wsize,
5726 .negotiate_wsize = smb3_negotiate_wsize,
Dcifsglob.h267 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); member
Dconnect.c3050 (cifs_sb->ctx->wsize > server->ops->negotiate_wsize(tcon, ctx))) in mount_get_conns()
3051 cifs_sb->ctx->wsize = server->ops->negotiate_wsize(tcon, ctx); in mount_get_conns()