/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mmu_rb.h | 70 int (*insert)(void *ops_arg, struct mmu_rb_node *mnode); 71 void (*remove)(void *ops_arg, struct mmu_rb_node *mnode); 72 int (*invalidate)(void *ops_arg, struct mmu_rb_node *node); 73 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, 80 void *ops_arg; member 89 int hfi1_mmu_rb_register(void *ops_arg,
|
H A D | mmu_rb.c | 83 int hfi1_mmu_rb_register(void *ops_arg, in hfi1_mmu_rb_register() argument 97 h->ops_arg = ops_arg; in hfi1_mmu_rb_register() 230 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate() 281 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict() 345 handler->ops->remove(handler->ops_arg, node); in handle_remove()
|
/kernel/linux/linux-5.10/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, 74 * ops_arg: arg for ops callbacks. 85 const struct dlm_lockspace_ops *ops, void *ops_arg,
|
/kernel/linux/linux-6.6/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, 68 * ops_arg: arg for ops callbacks. 79 const struct dlm_lockspace_ops *ops, void *ops_arg,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mmu_rb.h | 26 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 53 int hfi1_mmu_rb_register(void *ops_arg,
|
H A D | mmu_rb.c | 42 int hfi1_mmu_rb_register(void *ops_arg, in hfi1_mmu_rb_register() argument 58 h->ops_arg = ops_arg; in hfi1_mmu_rb_register() 193 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate() 244 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict() 310 handler->ops->remove(handler->ops_arg, node); in handle_remove()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lockspace.c | 406 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() 487 ls->ls_ops_arg = ops_arg; in new_lockspace() 682 void *ops_arg, int *ops_result, in __dlm_new_lockspace() 693 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg, in __dlm_new_lockspace() 711 void *ops_arg, int *ops_result, in dlm_new_lockspace() 715 ops, ops_arg, ops_result, lockspace); in dlm_new_lockspace() 721 void *ops_arg, int *ops_result, in dlm_new_user_lockspace() 725 ops_arg, ops_result, lockspace); in dlm_new_user_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) new_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) __dlm_new_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) dlm_new_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) dlm_new_user_lockspace() argument
|
H A D | lockspace.h | 33 void *ops_arg, int *ops_result,
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lockspace.c | 415 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() 495 ls->ls_ops_arg = ops_arg; in new_lockspace() 688 const struct dlm_lockspace_ops *ops, void *ops_arg, in dlm_new_lockspace() 699 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg, in dlm_new_lockspace() 413 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) new_lockspace() argument 686 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) dlm_new_lockspace() argument
|