Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dtransport.c480 if (timeout != CIFS_BLOCKING_OP) { in wait_for_free_credits()
1156 rc = wait_for_free_request(ses->server, CIFS_BLOCKING_OP, 0); in SendReceiveBlockingLock()
Dcifsglob.h1565 #define CIFS_BLOCKING_OP 1 /* operation can block */ macro
Dcifssmb.c2425 flags = CIFS_BLOCKING_OP; /* blocking operation, no timeout */ in CIFSSMBLock()
2523 timeout = CIFS_BLOCKING_OP; /* blocking operation, no timeout */ in CIFSSMBPosixLock()