Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dsmb1ops.c1201 .negotiate_wsize = cifs_negotiate_wsize,
A Dcifsglob.h296 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); member
A Dsmb2ops.c5218 .negotiate_wsize = smb2_negotiate_wsize,
5319 .negotiate_wsize = smb2_negotiate_wsize,
5422 .negotiate_wsize = smb3_negotiate_wsize,
5536 .negotiate_wsize = smb3_negotiate_wsize,
A Dconnect.c3263 (cifs_sb->ctx->wsize > server->ops->negotiate_wsize(tcon, ctx))) in cifs_mount_get_tcon()
3264 cifs_sb->ctx->wsize = server->ops->negotiate_wsize(tcon, ctx); in cifs_mount_get_tcon()

Completed in 27 milliseconds