Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h303 unsigned int vol_rsize; member
H A Dsmb1ops.c543 rsize = ctx->got_rsize ? ctx->vol_rsize : defsize; in smb1_negotiate_rsize()
H A Dfs_context.c1424 ctx->vol_rsize = ctx->rsize; in smb3_fs_context_parse_param()
H A Dsmb2ops.c538 rsize = ctx->got_rsize ? ctx->vol_rsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_rsize()
554 rsize = ctx->got_rsize ? ctx->vol_rsize : SMB3_DEFAULT_IOSIZE; in smb3_negotiate_rsize()