l_ops 4718 arch/powerpc/kvm/book3s_hv.c unsigned long l_ops; l_ops 4757 arch/powerpc/kvm/book3s_hv.c l_ops = (unsigned long) ops; l_ops 4759 arch/powerpc/kvm/book3s_hv.c if (cmpxchg64((unsigned long *)&kvmppc_host_rm_ops_hv, 0, l_ops)) { l_ops 328 fs/ocfs2/dlmglue.c if (lockres->l_ops->get_osb) l_ops 329 fs/ocfs2/dlmglue.c return lockres->l_ops->get_osb(lockres); l_ops 518 fs/ocfs2/dlmglue.c res->l_ops = ops; l_ops 938 fs/ocfs2/dlmglue.c lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) l_ops 965 fs/ocfs2/dlmglue.c lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) l_ops 1487 fs/ocfs2/dlmglue.c if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) l_ops 3041 fs/ocfs2/dlmglue.c if (iter->l_ops != NULL) { l_ops 3395 fs/ocfs2/dlmglue.c if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) l_ops 3420 fs/ocfs2/dlmglue.c if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) { l_ops 3424 fs/ocfs2/dlmglue.c lockres->l_ops->set_lvb(lockres); l_ops 3515 fs/ocfs2/dlmglue.c WARN_ON_ONCE(lockres->l_ops->post_unlock); l_ops 3633 fs/ocfs2/dlmglue.c lockres->l_ops->flags & LOCK_TYPE_USES_LVB) l_ops 3819 fs/ocfs2/dlmglue.c if ((lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH) l_ops 3828 fs/ocfs2/dlmglue.c if (lockres->l_ops->check_downconvert l_ops 3829 fs/ocfs2/dlmglue.c && !lockres->l_ops->check_downconvert(lockres, new_level)) { l_ops 3838 fs/ocfs2/dlmglue.c if (!lockres->l_ops->downconvert_worker) l_ops 3849 fs/ocfs2/dlmglue.c ctl->unblock_action = lockres->l_ops->downconvert_worker(lockres, blocking); l_ops 3870 fs/ocfs2/dlmglue.c if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) { l_ops 3881 fs/ocfs2/dlmglue.c lockres->l_ops->set_lvb(lockres); l_ops 4274 fs/ocfs2/dlmglue.c BUG_ON(!lockres->l_ops); l_ops 4304 fs/ocfs2/dlmglue.c && lockres->l_ops->post_unlock) l_ops 4305 fs/ocfs2/dlmglue.c lockres->l_ops->post_unlock(osb, lockres); l_ops 159 fs/ocfs2/ocfs2.h struct ocfs2_lock_res_ops *l_ops;