Home
last modified time | relevance | path

Searched refs:l_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/ocfs2/
Ddlmglue.c327 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()
943 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_convert_action()
970 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_attach_action()
1492 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in __ocfs2_cluster_lock()
3069 if (iter->l_ops != NULL) { in ocfs2_dlm_next_res()
3425 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in ocfs2_drop_lock()
3450 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) { in ocfs2_drop_lock()
3454 lockres->l_ops->set_lvb(lockres); in ocfs2_drop_lock()
[all …]
Docfs2.h157 struct ocfs2_lock_res_ops *l_ops; member
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_hv.c5302 unsigned long l_ops; in kvmppc_alloc_host_rm_ops() local
5344 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()