Searched refs:negotiate_wsize (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 5151 .negotiate_wsize = smb2_negotiate_wsize, 5251 .negotiate_wsize = smb2_negotiate_wsize, 5353 .negotiate_wsize = smb3_negotiate_wsize, 5466 .negotiate_wsize = smb3_negotiate_wsize,
|
H A D | smb1ops.c | 1173 .negotiate_wsize = cifs_negotiate_wsize,
|
H A D | cifsglob.h | 274 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *); member
|
H A D | connect.c | 4160 cifs_sb->wsize = server->ops->negotiate_wsize(tcon, vol); in mount_get_conns()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 5226 .negotiate_wsize = smb2_negotiate_wsize, 5328 .negotiate_wsize = smb2_negotiate_wsize, 5432 .negotiate_wsize = smb3_negotiate_wsize, 5546 .negotiate_wsize = smb3_negotiate_wsize,
|
H A D | smb1ops.c | 1179 .negotiate_wsize = cifs_negotiate_wsize,
|
H A D | connect.c | 3435 (cifs_sb->ctx->wsize > server->ops->negotiate_wsize(tcon, ctx))) { in cifs_mount_get_tcon() 3437 round_down(server->ops->negotiate_wsize(tcon, ctx), PAGE_SIZE); in cifs_mount_get_tcon()
|
H A D | cifsglob.h | 321 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); member
|
Completed in 36 milliseconds