Home
last modified time | relevance | path

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

/fs/cifs/
Dtransport.c417 const int optype) in wait_for_free_request() argument
421 val = server->ops->get_credits_field(server, optype); in wait_for_free_request()
423 if (*val <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_request()
522 int rc, timeout, optype; in cifs_call_async() local
527 optype = flags & CIFS_OP_MASK; in cifs_call_async()
530 rc = wait_for_free_request(server, timeout, optype); in cifs_call_async()
540 add_credits_and_wake_if(server, credits, optype); in cifs_call_async()
574 add_credits_and_wake_if(server, credits, optype); in cifs_call_async()
706 int timeout, optype; in cifs_send_recv() local
712 optype = flags & CIFS_OP_MASK; in cifs_send_recv()
[all …]
Dcifsglob.h696 const int optype) in add_credits() argument
698 server->ops->add_credits(server, add, optype); in add_credits()
703 const int optype) in add_credits_and_wake_if() argument
706 server->ops->add_credits(server, add, optype); in add_credits_and_wake_if()
Dsmb1ops.c119 const int optype) in cifs_add_credits() argument
138 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
Dsmb2ops.c70 const int optype) in smb2_add_credits() argument
75 val = server->ops->get_credits_field(server, optype); in smb2_add_credits()
82 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()
128 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument
130 switch (optype) { in smb2_get_credits_field()
/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()