ops_arg            58 drivers/infiniband/hw/hfi1/mmu_rb.c 	void *ops_arg;
ops_arg            95 drivers/infiniband/hw/hfi1/mmu_rb.c int hfi1_mmu_rb_register(void *ops_arg, struct mm_struct *mm,
ops_arg           109 drivers/infiniband/hw/hfi1/mmu_rb.c 	handlr->ops_arg = ops_arg;
ops_arg           178 drivers/infiniband/hw/hfi1/mmu_rb.c 	ret = handler->ops->insert(handler->ops_arg, mnode);
ops_arg           247 drivers/infiniband/hw/hfi1/mmu_rb.c 		if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg,
ops_arg           261 drivers/infiniband/hw/hfi1/mmu_rb.c 		handler->ops->remove(handler->ops_arg, rbnode);
ops_arg           282 drivers/infiniband/hw/hfi1/mmu_rb.c 	handler->ops->remove(handler->ops_arg, node);
ops_arg           302 drivers/infiniband/hw/hfi1/mmu_rb.c 		if (handler->ops->invalidate(handler->ops_arg, node)) {
ops_arg           330 drivers/infiniband/hw/hfi1/mmu_rb.c 		handler->ops->remove(handler->ops_arg, node);
ops_arg            67 drivers/infiniband/hw/hfi1/mmu_rb.h 	int (*insert)(void *ops_arg, struct mmu_rb_node *mnode);
ops_arg            68 drivers/infiniband/hw/hfi1/mmu_rb.h 	void (*remove)(void *ops_arg, struct mmu_rb_node *mnode);
ops_arg            69 drivers/infiniband/hw/hfi1/mmu_rb.h 	int (*invalidate)(void *ops_arg, struct mmu_rb_node *node);
ops_arg            70 drivers/infiniband/hw/hfi1/mmu_rb.h 	int (*evict)(void *ops_arg, struct mmu_rb_node *mnode,
ops_arg            74 drivers/infiniband/hw/hfi1/mmu_rb.h int hfi1_mmu_rb_register(void *ops_arg, struct mm_struct *mm,
ops_arg           425 fs/dlm/lockspace.c 			 const struct dlm_lockspace_ops *ops, void *ops_arg,
ops_arg           505 fs/dlm/lockspace.c 		ls->ls_ops_arg = ops_arg;
ops_arg           698 fs/dlm/lockspace.c 		      const struct dlm_lockspace_ops *ops, void *ops_arg,
ops_arg           709 fs/dlm/lockspace.c 	error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg,
ops_arg            32 include/linux/dlm.h 	void (*recover_prep) (void *ops_arg);
ops_arg            33 include/linux/dlm.h 	void (*recover_slot) (void *ops_arg, struct dlm_slot *slot);
ops_arg            34 include/linux/dlm.h 	void (*recover_done) (void *ops_arg, struct dlm_slot *slots,
ops_arg            85 include/linux/dlm.h 		      const struct dlm_lockspace_ops *ops, void *ops_arg,