Searched refs:sync_unlock (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | lock_dlm.c | 501 static int sync_unlock(struct gfs2_sbd *sdp, struct dlm_lksb *lksb, char *name) in sync_unlock() function 557 return sync_unlock(sdp, &ls->ls_mounted_lksb, "mounted_lock"); in mounted_unlock() 570 return sync_unlock(sdp, &ls->ls_control_lksb, "control_lock"); in control_unlock()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | lock_dlm.c | 509 static int sync_unlock(struct gfs2_sbd *sdp, struct dlm_lksb *lksb, char *name) in sync_unlock() function 565 return sync_unlock(sdp, &ls->ls_mounted_lksb, "mounted_lock"); in mounted_unlock() 578 return sync_unlock(sdp, &ls->ls_control_lksb, "control_lock"); in control_unlock()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stack_user.c | 821 static int sync_unlock(struct ocfs2_cluster_connection *conn, in sync_unlock() function 884 return sync_unlock(conn, &lc->oc_version_lksb, VERSION_LOCK); in version_unlock()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_user.c | 807 static int sync_unlock(struct ocfs2_cluster_connection *conn, in sync_unlock() function 870 return sync_unlock(conn, &lc->oc_version_lksb, VERSION_LOCK); in version_unlock()
|
Completed in 7 milliseconds