Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dtransport.c602 timeout = flags & CIFS_TIMEOUT_MASK; in cifs_call_async()
792 timeout = flags & CIFS_TIMEOUT_MASK; in compound_send_recv()
Dcifsglob.h1567 #define CIFS_TIMEOUT_MASK 0x003 /* only one of above set in req */ macro