Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb1ops.c1197 .negotiate_wsize = cifs_negotiate_wsize,
Dcifsglob.h300 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); member
Dsmb2ops.c5214 .negotiate_wsize = smb2_negotiate_wsize,
5315 .negotiate_wsize = smb2_negotiate_wsize,
5418 .negotiate_wsize = smb3_negotiate_wsize,
5532 .negotiate_wsize = smb3_negotiate_wsize,
Dconnect.c3307 (cifs_sb->ctx->wsize > server->ops->negotiate_wsize(tcon, ctx))) in mount_get_conns()
3308 cifs_sb->ctx->wsize = server->ops->negotiate_wsize(tcon, ctx); in mount_get_conns()