Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsfs.c79 unsigned int cifs_max_pending = CIFS_MAX_REQ;
1435 } else if (cifs_max_pending > CIFS_MAX_REQ) { in init_cifs()
1436 cifs_max_pending = CIFS_MAX_REQ; in init_cifs()
1438 CIFS_MAX_REQ); in init_cifs()
Dcifsglob.h65 #define CIFS_MAX_REQ 32767 macro