Searched refs:ops_arg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | mmu_rb.h | 69 int (*insert)(void *ops_arg, struct mmu_rb_node *mnode); 70 void (*remove)(void *ops_arg, struct mmu_rb_node *mnode); 71 int (*invalidate)(void *ops_arg, struct mmu_rb_node *node); 72 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, 79 void *ops_arg; member 88 int hfi1_mmu_rb_register(void *ops_arg,
|
| H A D | mmu_rb.c | 84 int hfi1_mmu_rb_register(void *ops_arg, in hfi1_mmu_rb_register() argument 98 h->ops_arg = ops_arg; in hfi1_mmu_rb_register() 176 ret = handler->ops->insert(handler->ops_arg, mnode); in hfi1_mmu_rb_insert() 252 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict() 266 handler->ops->remove(handler->ops_arg, rbnode); in hfi1_mmu_rb_evict() 290 handler->ops->remove(handler->ops_arg, node); in hfi1_mmu_rb_remove() 310 if (handler->ops->invalidate(handler->ops_arg, node)) { in mmu_notifier_range_start() 338 handler->ops->remove(handler->ops_arg, node); in do_remove()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dlm.h | 32 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,
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | lockspace.c | 415 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() argument 495 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()
|