Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Ddlmglue.c334 if (lockres->l_ops->get_osb) in ocfs2_get_lockres_osb()
335 return lockres->l_ops->get_osb(lockres); in ocfs2_get_lockres_osb()
503 res->l_ops = ops; in ocfs2_lock_res_init_common()
855 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_convert_action()
877 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_attach_action()
1379 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in __ocfs2_cluster_lock()
2730 if (iter->l_ops != NULL) { in ocfs2_dlm_next_res()
3074 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in ocfs2_drop_lock()
3099 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) { in ocfs2_drop_lock()
3103 lockres->l_ops->set_lvb(lockres); in ocfs2_drop_lock()
[all …]
Docfs2.h163 struct ocfs2_lock_res_ops *l_ops; member