Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dfs_context.h219 bool got_wsize; member
H A Dsmb1ops.c442 if (ctx->got_wsize) in smb1_negotiate_wsize()
H A Dfs_context.c1343 ctx->got_wsize = true; in smb3_fs_context_parse_param()
H A Dsmb2ops.c488 wsize = ctx->got_wsize ? ctx->vol_wsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_wsize()
503 wsize = ctx->got_wsize ? ctx->vol_wsize : SMB3_DEFAULT_IOSIZE; in smb3_negotiate_wsize()