Searched refs:ocfs2_dlm_unlock (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stackglue.h | 273 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn,
|
H A D | stackglue.c | 228 * The ocfs2_dlm_lock() and ocfs2_dlm_unlock() functions take no argument 249 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn, in ocfs2_dlm_unlock() function 257 EXPORT_SYMBOL_GPL(ocfs2_dlm_unlock); variable
|
H A D | dlmglue.c | 3474 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, lkm_flags); in ocfs2_drop_lock() 3476 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres); in ocfs2_drop_lock() 3481 mlog(0, "lock %s, successful return from ocfs2_dlm_unlock\n", in ocfs2_drop_lock() 3680 /* returns 1 when the caller should unlock and call ocfs2_dlm_unlock */ 3715 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, in ocfs2_cancel_convert() 3718 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres); in ocfs2_cancel_convert()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stackglue.h | 271 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn,
|
H A D | stackglue.c | 226 * The ocfs2_dlm_lock() and ocfs2_dlm_unlock() functions take no argument 247 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn, in ocfs2_dlm_unlock() function 255 EXPORT_SYMBOL_GPL(ocfs2_dlm_unlock); variable
|
H A D | dlmglue.c | 3484 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, lkm_flags); in ocfs2_drop_lock() 3486 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres); in ocfs2_drop_lock() 3491 mlog(0, "lock %s, successful return from ocfs2_dlm_unlock\n", in ocfs2_drop_lock() 3690 /* returns 1 when the caller should unlock and call ocfs2_dlm_unlock */ 3725 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, in ocfs2_cancel_convert() 3728 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres); in ocfs2_cancel_convert()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/ |
H A D | userdlm.c | 335 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb, in user_dlm_unblock_lock() 338 user_log_dlm_error("ocfs2_dlm_unlock", status, lockres); in user_dlm_unblock_lock() 638 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb, DLM_LKF_VALBLK); in user_dlm_destroy_lock() 644 user_log_dlm_error("ocfs2_dlm_unlock", status, lockres); in user_dlm_destroy_lock()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlmfs/ |
H A D | userdlm.c | 333 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb, in user_dlm_unblock_lock() 336 user_log_dlm_error("ocfs2_dlm_unlock", status, lockres); in user_dlm_unblock_lock() 635 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb, DLM_LKF_VALBLK); in user_dlm_destroy_lock() 641 user_log_dlm_error("ocfs2_dlm_unlock", status, lockres); in user_dlm_destroy_lock()
|
Completed in 16 milliseconds