Home
last modified time | relevance | path

Searched refs:srv_mutex (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dtransport.c199 * Our basic "send data to server" function. Should be called with srv_mutex
798 mutex_lock(&server->srv_mutex); in cifs_call_async()
806 mutex_unlock(&server->srv_mutex); in cifs_call_async()
813 mutex_unlock(&server->srv_mutex); in cifs_call_async()
842 mutex_unlock(&server->srv_mutex); in cifs_call_async()
1081 mutex_lock(&server->srv_mutex); in compound_send_recv()
1091 mutex_unlock(&server->srv_mutex); in compound_send_recv()
1103 mutex_unlock(&server->srv_mutex); in compound_send_recv()
1133 mutex_unlock(&server->srv_mutex); in compound_send_recv()
1157 mutex_lock(&server->srv_mutex); in compound_send_recv()
[all...]
H A Dcifsencrypt.c110 * should be called with the server->srv_mutex held.
142 /* must be called with server->srv_mutex held */
191 /* must be called with server->srv_mutex held */
248 mutex_lock(&server->srv_mutex); in cifs_verify_signature()
250 mutex_unlock(&server->srv_mutex); in cifs_verify_signature()
714 mutex_lock(&ses->server->srv_mutex); in setup_ntlmv2_rsp()
766 mutex_unlock(&ses->server->srv_mutex); in setup_ntlmv2_rsp()
H A Dsmb1ops.c39 mutex_lock(&server->srv_mutex); in send_nt_cancel()
42 mutex_unlock(&server->srv_mutex); in send_nt_cancel()
56 mutex_unlock(&server->srv_mutex); in send_nt_cancel()
H A Dconnect.c293 * This should be called with server->srv_mutex held.
339 /* These functions must be called with server->srv_mutex held */
470 mutex_lock(&server->srv_mutex); in cifs_reconnect()
500 mutex_unlock(&server->srv_mutex); in cifs_reconnect()
511 mutex_lock(&server->srv_mutex); in cifs_reconnect()
513 mutex_unlock(&server->srv_mutex); in cifs_reconnect()
519 mutex_lock(&server->srv_mutex); in cifs_reconnect()
540 mutex_unlock(&server->srv_mutex); in cifs_reconnect()
549 mutex_unlock(&server->srv_mutex); in cifs_reconnect()
2568 mutex_init(&tcp_ses->srv_mutex); in cifs_get_tcp_session()
[all...]
H A Dsess.c913 mutex_lock(&ses->server->srv_mutex); in sess_establish_session()
920 mutex_unlock(&ses->server->srv_mutex); in sess_establish_session()
929 mutex_unlock(&ses->server->srv_mutex); in sess_establish_session()
H A Dsmbdirect.c1376 * are not locked by srv_mutex. It is possible some processes are in smbd_destroy()
1377 * blocked on transport srv_mutex while holding memory registration. in smbd_destroy()
1378 * Release the transport srv_mutex to allow them to hit the failure in smbd_destroy()
1384 mutex_unlock(&server->srv_mutex); in smbd_destroy()
1386 mutex_lock(&server->srv_mutex); in smbd_destroy()
H A Dcifsglob.h698 struct mutex srv_mutex; member
727 __u32 sequence_number; /* for signing, protected by srv_mutex */
H A Dsmb2pdu.c1290 mutex_lock(&server->srv_mutex); in SMB2_sess_establish_session()
1296 mutex_unlock(&server->srv_mutex); in SMB2_sess_establish_session()
1304 mutex_unlock(&server->srv_mutex); in SMB2_sess_establish_session()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dconnection.c148 mutex_lock(&conn->srv_mutex); in ksmbd_conn_lock()
153 mutex_unlock(&conn->srv_mutex); in ksmbd_conn_unlock()
280 mutex_init(&conn->srv_mutex); in ksmbd_conn_handler_loop()
H A Dconnection.h45 struct mutex srv_mutex; member
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c1355 mutex_lock(&ctx->srv_mutex); in get_or_create_srv()
1359 mutex_unlock(&ctx->srv_mutex); in get_or_create_srv()
1363 mutex_unlock(&ctx->srv_mutex); in get_or_create_srv()
1396 mutex_lock(&ctx->srv_mutex); in get_or_create_srv()
1398 mutex_unlock(&ctx->srv_mutex); in get_or_create_srv()
1419 mutex_lock(&ctx->srv_mutex); in put_srv()
1421 mutex_unlock(&ctx->srv_mutex); in put_srv()
2044 mutex_init(&ctx->srv_mutex); in alloc_srv_ctx()
2053 mutex_destroy(&ctx->srv_mutex); in free_srv_ctx()
2167 mutex_lock(&ctx->srv_mutex); in close_ctx()
[all...]
H A Drtrs-srv.h117 struct mutex srv_mutex; member
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c758 mutex_lock(&ctx->srv_mutex); in exist_pathname()
779 mutex_unlock(&ctx->srv_mutex); in exist_pathname()
1380 mutex_lock(&ctx->srv_mutex); in get_or_create_srv()
1384 mutex_unlock(&ctx->srv_mutex); in get_or_create_srv()
1388 mutex_unlock(&ctx->srv_mutex); in get_or_create_srv()
1424 mutex_lock(&ctx->srv_mutex); in get_or_create_srv()
1426 mutex_unlock(&ctx->srv_mutex); in get_or_create_srv()
1447 mutex_lock(&ctx->srv_mutex); in put_srv()
1449 mutex_unlock(&ctx->srv_mutex); in put_srv()
2086 mutex_init(&ctx->srv_mutex); in alloc_srv_ctx()
[all...]
H A Drtrs-srv.h121 struct mutex srv_mutex; member

Completed in 31 milliseconds