Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 5 of 5) sorted by relevance

/fs/cifs/
Dtransport.c411 const int optype) in wait_for_free_request() argument
414 server->ops->get_credits_field(server, optype)); in wait_for_free_request()
491 int rc, timeout, optype; in cifs_call_async() local
495 optype = flags & CIFS_OP_MASK; in cifs_call_async()
497 rc = wait_for_free_request(server, timeout, optype); in cifs_call_async()
505 add_credits(server, 1, optype); in cifs_call_async()
534 add_credits(server, 1, optype); in cifs_call_async()
659 int timeout, optype; in SendReceive2() local
667 optype = flags & CIFS_OP_MASK; in SendReceive2()
688 rc = wait_for_free_request(ses->server, timeout, optype); in SendReceive2()
[all …]
Dsmb2ops.c61 const int optype) in smb2_add_credits() argument
65 val = server->ops->get_credits_field(server, optype); in smb2_add_credits()
68 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()
96 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument
98 switch (optype) { in smb2_get_credits_field()
Dcifsglob.h596 const int optype) in add_credits() argument
598 server->ops->add_credits(server, add, optype); in add_credits()
Dsmb1ops.c117 const int optype) in cifs_add_credits() argument
136 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
/fs/dlm/
Dplock.c89 op->info.optype = DLM_PLOCK_OP_UNLOCK; in do_unlock_close()
123 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock()
275 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock()
335 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get()