Home
last modified time | relevance | path

Searched refs:pretries (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2proto.h117 bool smb2_should_replay(struct cifs_tcon *tcon, int *pretries,
H A Dsmb2ops.c2786 int *pretries, in smb2_should_replay() argument
2789 if (!pretries || !pcur_sleep) in smb2_should_replay()
2792 if (tcon->retry || (*pretries)++ < tcon->ses->server->retrans) { in smb2_should_replay()