Home
last modified time | relevance | path

Searched refs:CIFS_BLOCKING_OP (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/cifs/
Dtransport.c611 if ((flags & CIFS_TIMEOUT_MASK) != CIFS_BLOCKING_OP) { in wait_for_free_credits()
1419 rc = wait_for_free_request(server, CIFS_BLOCKING_OP, &instance); in SendReceiveBlockingLock()
Dcifsglob.h1718 #define CIFS_BLOCKING_OP 1 /* operation can block */ macro
Dcifssmb.c2532 flags = CIFS_BLOCKING_OP; /* blocking operation, no timeout */ in CIFSSMBLock()
2630 timeout = CIFS_BLOCKING_OP; /* blocking operation, no timeout */ in CIFSSMBPosixLock()