Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Ddlmglue.c342 if (lockres->l_ops->get_osb) in ocfs2_get_lockres_osb()
343 return lockres->l_ops->get_osb(lockres); in ocfs2_get_lockres_osb()
511 res->l_ops = ops; in ocfs2_lock_res_init_common()
925 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_convert_action()
952 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_attach_action()
1472 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in __ocfs2_cluster_lock()
3037 if (iter->l_ops != NULL) { in ocfs2_dlm_next_res()
3369 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in ocfs2_drop_lock()
3394 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) { in ocfs2_drop_lock()
3398 lockres->l_ops->set_lvb(lockres); in ocfs2_drop_lock()
[all …]
Docfs2.h172 struct ocfs2_lock_res_ops *l_ops; member
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c3862 unsigned long l_ops; in kvmppc_alloc_host_rm_ops() local
3901 l_ops = (unsigned long) ops; in kvmppc_alloc_host_rm_ops()
3903 if (cmpxchg64((unsigned long *)&kvmppc_host_rm_ops_hv, 0, l_ops)) { in kvmppc_alloc_host_rm_ops()