/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 70 struct list_head *cancels, ldlm_mode_t mode, in mdc_resource_get_unused() argument 96 count = ldlm_cancel_resource_local(res, cancels, &policy, in mdc_resource_get_unused() 107 LIST_HEAD(cancels); in mdc_setattr() 123 &cancels, LCK_EX, bits); in mdc_setattr() 127 ldlm_lock_list_put(&cancels, l_bl_ast, count); in mdc_setattr() 138 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_setattr() 217 LIST_HEAD(cancels); in mdc_create() 237 &cancels, LCK_EX, in mdc_create() 243 ldlm_lock_list_put(&cancels, l_bl_ast, count); in mdc_create() 252 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_create() [all …]
|
D | mdc_internal.h | 105 struct list_head *cancels, ldlm_mode_t mode, 175 struct list_head *cancels, int count) in mdc_prep_elc_req() argument 177 return ldlm_prep_elc_req(exp, req, LUSTRE_MDS_VERSION, opc, 0, cancels, in mdc_prep_elc_req()
|
D | mdc_locks.c | 281 LIST_HEAD(cancels); in mdc_intent_open_pack() 305 &cancels, mode, in mdc_intent_open_pack() 315 &cancels, mode, in mdc_intent_open_pack() 321 ldlm_lock_list_put(&cancels, l_bl_ast, count); in mdc_intent_open_pack() 336 rc = ldlm_prep_enqueue_req(exp, req, &cancels, count); in mdc_intent_open_pack() 370 LIST_HEAD(cancels); in mdc_intent_getxattr_pack() 381 rc = ldlm_prep_enqueue_req(exp, req, &cancels, count); in mdc_intent_getxattr_pack()
|
D | mdc_request.c | 366 LIST_HEAD(cancels); in mdc_xattr_common() 375 &cancels, LCK_EX, in mdc_xattr_common() 378 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_xattr_common() 1778 LIST_HEAD(cancels); in mdc_ioc_swap_layouts() 1791 count = mdc_resource_get_unused(exp, &op_data->op_fid1, &cancels, in mdc_ioc_swap_layouts() 1793 count += mdc_resource_get_unused(exp, &op_data->op_fid2, &cancels, in mdc_ioc_swap_layouts() 1799 ldlm_lock_list_put(&cancels, l_bl_ast, count); in mdc_ioc_swap_layouts() 1806 rc = mdc_prep_elc_req(exp, req, MDS_SWAP_LAYOUTS, &cancels, count); in mdc_ioc_swap_layouts()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 746 struct list_head *cancels, int count) in ldlm_prep_elc_req() argument 755 if (cancels == NULL) in ldlm_prep_elc_req() 756 cancels = &head; in ldlm_prep_elc_req() 771 count += ldlm_cancel_lru_local(ns, cancels, to_free, in ldlm_prep_elc_req() 783 ldlm_lock_list_put(cancels, l_bl_ast, count); in ldlm_prep_elc_req() 798 ldlm_cli_cancel_list(cancels, pack, req, 0); in ldlm_prep_elc_req() 800 ldlm_cli_cancel_list(cancels, count - pack, NULL, 0); in ldlm_prep_elc_req() 802 ldlm_lock_list_put(cancels, l_bl_ast, count); in ldlm_prep_elc_req() 809 struct list_head *cancels, int count) in ldlm_prep_enqueue_req() argument 812 LDLM_ENQUEUE_CANCEL_OFF, cancels, count); in ldlm_prep_enqueue_req() [all …]
|
D | ldlm_lockd.c | 407 struct list_head *cancels, int count, in init_blwi() argument 422 list_add(&blwi->blwi_head, cancels); in init_blwi() 423 list_del_init(cancels); in init_blwi() 442 struct list_head *cancels, int count, in ldlm_bl_to_thread() argument 445 if (cancels && count == 0) in ldlm_bl_to_thread() 454 init_blwi(blwi, ns, ld, cancels, count, lock, cancel_flags); in ldlm_bl_to_thread() 464 init_blwi(&blwi, ns, ld, cancels, count, lock, cancel_flags); in ldlm_bl_to_thread() 477 struct list_head *cancels, int count, in ldlm_bl_to_thread_list() argument 480 return ldlm_bl_to_thread(ns, ld, NULL, cancels, count, cancel_flags); in ldlm_bl_to_thread_list()
|
D | ldlm_internal.h | 112 struct list_head *cancels, int count, int max, 174 struct list_head *cancels, int count,
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 1347 struct list_head *cancels, 1352 struct list_head *cancels, int count); 1389 struct list_head *cancels, 1393 int ldlm_cli_cancel_list_local(struct list_head *cancels, int count,
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 661 struct list_head *cancels, in osc_resource_get_unused() argument 684 count = ldlm_cancel_resource_local(res, cancels, NULL, mode, in osc_resource_get_unused() 762 LIST_HEAD(cancels); in osc_destroy() 770 count = osc_resource_get_unused(exp, oa, &cancels, LCK_PW, in osc_destroy() 775 ldlm_lock_list_put(&cancels, l_bl_ast, count); in osc_destroy() 781 0, &cancels, count); in osc_destroy() 2336 LIST_HEAD(cancels); in osc_enqueue_base() 2342 rc = ldlm_prep_enqueue_req(exp, req, &cancels, 0); in osc_enqueue_base()
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 120 echo 0 > activate - cancels currently running timer.
|