Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifsfs.c114 unsigned int cifs_max_pending = CIFS_MAX_REQ;
1660 } else if (cifs_max_pending > CIFS_MAX_REQ) { in init_cifs()
1661 cifs_max_pending = CIFS_MAX_REQ; in init_cifs()
1663 CIFS_MAX_REQ); in init_cifs()
Dcifsglob.h65 #define CIFS_MAX_REQ 32767 macro