Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb1ops.c1192 .negotiate_wsize = cifs_negotiate_wsize,
Dcifsglob.h298 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); member
Dsmb2ops.c5200 .negotiate_wsize = smb2_negotiate_wsize,
5301 .negotiate_wsize = smb2_negotiate_wsize,
5404 .negotiate_wsize = smb3_negotiate_wsize,
5518 .negotiate_wsize = smb3_negotiate_wsize,
Dconnect.c3296 (cifs_sb->ctx->wsize > server->ops->negotiate_wsize(tcon, ctx))) in mount_get_conns()
3297 cifs_sb->ctx->wsize = server->ops->negotiate_wsize(tcon, ctx); in mount_get_conns()