Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb1ops.c1172 .negotiate_wsize = cifs_negotiate_wsize,
Dcifsglob.h263 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); member
Dsmb2ops.c5379 .negotiate_wsize = smb2_negotiate_wsize,
5479 .negotiate_wsize = smb2_negotiate_wsize,
5582 .negotiate_wsize = smb3_negotiate_wsize,
5696 .negotiate_wsize = smb3_negotiate_wsize,
Dconnect.c2953 (cifs_sb->ctx->wsize > server->ops->negotiate_wsize(tcon, ctx))) in mount_get_conns()
2954 cifs_sb->ctx->wsize = server->ops->negotiate_wsize(tcon, ctx); in mount_get_conns()