Searched refs:l_ops (Results 1 – 3 of 3) sorted by relevance
327 if (lockres->l_ops->get_osb) in ocfs2_get_lockres_osb()328 return lockres->l_ops->get_osb(lockres); in ocfs2_get_lockres_osb()517 res->l_ops = ops; in ocfs2_lock_res_init_common()3069 if (iter->l_ops != NULL) { in ocfs2_dlm_next_res()3454 lockres->l_ops->set_lvb(lockres); in ocfs2_drop_lock()3545 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()3858 if (lockres->l_ops->check_downconvert in ocfs2_unblock_lock()3868 if (!lockres->l_ops->downconvert_worker) in ocfs2_unblock_lock()3911 lockres->l_ops->set_lvb(lockres); in ocfs2_unblock_lock()4316 BUG_ON(!lockres->l_ops); in ocfs2_process_blocked_lock()[all …]
157 struct ocfs2_lock_res_ops *l_ops; member
5302 unsigned long l_ops; in kvmppc_alloc_host_rm_ops() local5344 l_ops = (unsigned long) ops; in kvmppc_alloc_host_rm_ops()5346 if (cmpxchg64((unsigned long *)&kvmppc_host_rm_ops_hv, 0, l_ops)) { in kvmppc_alloc_host_rm_ops()
Completed in 20 milliseconds