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.c406 const struct dlm_lockspace_ops *ops, void *ops_arg,
487 ls->ls_ops_arg = ops_arg;
682 void *ops_arg, int *ops_result,
693 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg,
711 void *ops_arg, int *ops_result,
715 ops, ops_arg, ops_result, lockspace);
721 void *ops_arg, int *ops_result,
725 ops_arg, ops_result, lockspace);
404 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
679 __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
709 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
718 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 179 milliseconds