Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dtransport.c619 if ((flags & CIFS_TIMEOUT_MASK) != CIFS_BLOCKING_OP) { in wait_for_free_credits()
1531 rc = wait_for_free_request(server, CIFS_BLOCKING_OP, &instance); in SendReceiveBlockingLock()
Dcifsglob.h1823 #define CIFS_BLOCKING_OP 1 /* operation can block */ macro
Dcifssmb.c1919 flags = CIFS_BLOCKING_OP; /* blocking operation, no timeout */ in CIFSSMBLock()
2018 timeout = CIFS_BLOCKING_OP; /* blocking operation, no timeout */ in CIFSSMBPosixLock()