Home
last modified time | relevance | path

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

/linux-4.19.296/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()
931 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_convert_action()
958 lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) in ocfs2_generic_handle_attach_action()
1478 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in __ocfs2_cluster_lock()
3058 if (iter->l_ops != NULL) { in ocfs2_dlm_next_res()
3390 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) in ocfs2_drop_lock()
3415 if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) { in ocfs2_drop_lock()
3419 lockres->l_ops->set_lvb(lockres); in ocfs2_drop_lock()
[all …]
Docfs2.h172 struct ocfs2_lock_res_ops *l_ops; member