Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c1115 .negotiate_wsize = cifs_negotiate_wsize,
H A Dsmb2ops.c5148 .negotiate_wsize = smb2_negotiate_wsize,
5251 .negotiate_wsize = smb2_negotiate_wsize,
5356 .negotiate_wsize = smb3_negotiate_wsize,
5472 .negotiate_wsize = smb3_negotiate_wsize,
H A Dcifsglob.h337 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); member
H A Dconnect.c3539 (cifs_sb->ctx->wsize > server->ops->negotiate_wsize(tcon, ctx))) { in cifs_mount_get_tcon()
3541 round_down(server->ops->negotiate_wsize(tcon, ctx), PAGE_SIZE); in cifs_mount_get_tcon()