Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dtransport.c545 timeout = flags & CIFS_TIMEOUT_MASK; in cifs_call_async()
722 timeout = flags & CIFS_TIMEOUT_MASK; in SendReceive2()
Dcifsglob.h1432 #define CIFS_TIMEOUT_MASK 0x003 /* only one of above set in req */ macro