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

/linux-master/include/linux/
H 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,
68 * ops_arg: arg for ops callbacks.
79 const struct dlm_lockspace_ops *ops, void *ops_arg,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.h26 void (*remove)(void *ops_arg, struct mmu_rb_node *mnode);
27 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode,
44 void *ops_arg; member in struct:mmu_rb_handler
53 int hfi1_mmu_rb_register(void *ops_arg,
H A Dmmu_rb.c42 int hfi1_mmu_rb_register(void *ops_arg, argument
58 h->ops_arg = ops_arg;
193 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode);
244 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg,
310 handler->ops->remove(handler->ops_arg, node);
/linux-master/fs/dlm/
H A Dlockspace.h33 void *ops_arg, int *ops_result,
H A Dlockspace.c336 const struct dlm_lockspace_ops *ops, void *ops_arg,
417 ls->ls_ops_arg = ops_arg;
605 void *ops_arg, int *ops_result,
616 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg,
633 void *ops_arg, int *ops_result,
637 ops, ops_arg, ops_result, lockspace);
643 void *ops_arg, int *ops_result,
647 ops_arg, ops_result, lockspace);
334 new_lockspace(const char *name, const char *cluster, uint32_t flags, int lvblen, const struct dlm_lockspace_ops *ops, void *ops_arg, int *ops_result, dlm_lockspace_t **lockspace) argument
602 __dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, int lvblen, const struct dlm_lockspace_ops *ops, void *ops_arg, int *ops_result, dlm_lockspace_t **lockspace) argument
631 dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, int lvblen, const struct dlm_lockspace_ops *ops, void *ops_arg, int *ops_result, dlm_lockspace_t **lockspace) argument
640 dlm_new_user_lockspace(const char *name, const char *cluster, uint32_t flags, int lvblen, const struct dlm_lockspace_ops *ops, void *ops_arg, int *ops_result, dlm_lockspace_t **lockspace) argument

Completed in 685 milliseconds