Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dfs_context.h218 bool got_rsize; member
H A Dsmb1ops.c495 rsize = ctx->got_rsize ? ctx->vol_rsize : defsize; in smb1_negotiate_rsize()
H A Dfs_context.c1338 ctx->got_rsize = true; in smb3_fs_context_parse_param()
H A Dsmb2ops.c535 rsize = ctx->got_rsize ? ctx->vol_rsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_rsize()
551 rsize = ctx->got_rsize ? ctx->vol_rsize : SMB3_DEFAULT_IOSIZE; in smb3_negotiate_rsize()