Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
A 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,
A 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()
129 ret = handler->ops->insert(handler->ops_arg, mnode); in hfi1_mmu_rb_insert()
205 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict()
219 handler->ops->remove(handler->ops_arg, rbnode); in hfi1_mmu_rb_evict()
243 handler->ops->remove(handler->ops_arg, node); in hfi1_mmu_rb_remove()
263 if (handler->ops->invalidate(handler->ops_arg, node)) { in mmu_notifier_range_start()
291 handler->ops->remove(handler->ops_arg, node); in do_remove()
/linux/include/linux/
A 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,
85 const struct dlm_lockspace_ops *ops, void *ops_arg,
/linux/fs/dlm/
A Dlockspace.c410 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() argument
490 ls->ls_ops_arg = ops_arg; in new_lockspace()
688 const struct dlm_lockspace_ops *ops, void *ops_arg, in dlm_new_lockspace() argument
699 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg, in dlm_new_lockspace()

Completed in 10 milliseconds