Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h219 bool got_wsize; member
H A Dsmb1ops.c428 if (ctx->got_wsize) in smb1_negotiate_wsize()
H A Dfs_context.c1406 ctx->got_wsize = true; in smb3_fs_context_parse_param()
H A Dsmb2ops.c499 wsize = ctx->got_wsize ? ctx->vol_wsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_wsize()
514 wsize = ctx->got_wsize ? ctx->vol_wsize : SMB3_DEFAULT_IOSIZE; in smb3_negotiate_wsize()