Home
last modified time | relevance | path

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

/fs/ocfs2/
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()
3062 if (iter->l_ops != NULL) { in ocfs2_dlm_next_res()
3418 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in ocfs2_drop_lock()
3443 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) { in ocfs2_drop_lock()
3447 lockres->l_ops->set_lvb(lockres); in ocfs2_drop_lock()
[all …]
Docfs2.h159 struct ocfs2_lock_res_ops *l_ops; member