Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsfs.c85 unsigned int cifs_max_pending = CIFS_MAX_REQ;
1581 } else if (cifs_max_pending > CIFS_MAX_REQ) { in init_cifs()
1582 cifs_max_pending = CIFS_MAX_REQ; in init_cifs()
1584 CIFS_MAX_REQ); in init_cifs()
Dcifsglob.h63 #define CIFS_MAX_REQ 32767 macro