Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Ddlmglue.c328 if (lockres->l_ops->get_osb) in ocfs2_get_lockres_osb()
329 return lockres->l_ops->get_osb(lockres); in ocfs2_get_lockres_osb()
518 res->l_ops = ops; in ocfs2_lock_res_init_common()
944 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_convert_action()
971 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_attach_action()
1493 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in __ocfs2_cluster_lock()
3069 * l_ops field. */ in ocfs2_dlm_next_res()
3070 if (iter->l_ops != NULL) { in ocfs2_dlm_next_res()
3424 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in ocfs2_drop_lock()
3449 if (lockres->l_ops in ocfs2_drop_lock()
[all...]
H A Docfs2.h157 const struct ocfs2_lock_res_ops *l_ops; member
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c5629 unsigned long l_ops; in kvmppc_alloc_host_rm_ops() local
5671 l_ops = (unsigned long) ops; in kvmppc_alloc_host_rm_ops()
5673 if (cmpxchg64((unsigned long *)&kvmppc_host_rm_ops_hv, 0, l_ops)) { in kvmppc_alloc_host_rm_ops()