Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifsfs.c91 unsigned int cifs_max_pending = CIFS_MAX_REQ;
1531 } else if (cifs_max_pending > CIFS_MAX_REQ) { in init_cifs()
1532 cifs_max_pending = CIFS_MAX_REQ; in init_cifs()
1534 CIFS_MAX_REQ); in init_cifs()
Dcifsglob.h72 #define CIFS_MAX_REQ 32767 macro