Home
last modified time | relevance | path

Searched refs:ops_arg (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dmmu_rb.h28 int (*insert)(void *ops_arg, struct mmu_rb_node *mnode);
29 void (*remove)(void *ops_arg, struct mmu_rb_node *mnode);
30 int (*invalidate)(void *ops_arg, struct mmu_rb_node *node);
31 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode,
38 void *ops_arg; member
47 int hfi1_mmu_rb_register(void *ops_arg,
Dmmu_rb.c43 int hfi1_mmu_rb_register(void *ops_arg, in hfi1_mmu_rb_register() argument
57 h->ops_arg = ops_arg; in hfi1_mmu_rb_register()
135 ret = handler->ops->insert(handler->ops_arg, mnode); in hfi1_mmu_rb_insert()
211 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict()
225 handler->ops->remove(handler->ops_arg, rbnode); in hfi1_mmu_rb_evict()
249 handler->ops->remove(handler->ops_arg, node); in hfi1_mmu_rb_remove()
269 if (handler->ops->invalidate(handler->ops_arg, node)) { in mmu_notifier_range_start()
297 handler->ops->remove(handler->ops_arg, node); in do_remove()
/linux-6.1.9/include/linux/
Ddlm.h32 void (*recover_prep) (void *ops_arg);
33 void (*recover_slot) (void *ops_arg, struct dlm_slot *slot);
34 void (*recover_done) (void *ops_arg, struct dlm_slot *slots,
82 const struct dlm_lockspace_ops *ops, void *ops_arg,
/linux-6.1.9/fs/dlm/
Dlockspace.c408 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() argument
489 ls->ls_ops_arg = ops_arg; in new_lockspace()
709 void *ops_arg, int *ops_result, in __dlm_new_lockspace() argument
720 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg, in __dlm_new_lockspace()
738 void *ops_arg, int *ops_result, in dlm_new_lockspace() argument
742 ops, ops_arg, ops_result, lockspace); in dlm_new_lockspace()
748 void *ops_arg, int *ops_result, in dlm_new_user_lockspace() argument
752 ops_arg, ops_result, lockspace); in dlm_new_user_lockspace()
Dlockspace.h34 void *ops_arg, int *ops_result,