Searched refs:LDLM_IBITS (Results 1 – 12 of 12) sorted by relevance
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lock.c | 67 [LDLM_IBITS] = "IBT", 75 [LDLM_IBITS - LDLM_MIN_TYPE] = ldlm_ibits_policy_wire_to_local, 82 [LDLM_IBITS - LDLM_MIN_TYPE] = ldlm_ibits_policy_wire_to_local, 89 [LDLM_IBITS - LDLM_MIN_TYPE] = ldlm_ibits_policy_local_to_wire, 943 } else if (lock->l_resource->lr_type == LDLM_IBITS) { in search_granted_lock() 1061 if (res->lr_type == LDLM_PLAIN || res->lr_type == LDLM_IBITS) in ldlm_grant_lock() 1135 if (lock->l_resource->lr_type == LDLM_IBITS && in search_queue() 1331 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match() 1333 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match() 1351 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match() [all …]
|
D | ldlm_request.c | 634 if (!(type == LDLM_IBITS && in ldlm_cli_enqueue_fini() 1425 case LDLM_IBITS: in ldlm_cancel_no_wait_policy() 1801 if (policy && (lock->l_resource->lr_type == LDLM_IBITS) && in ldlm_cancel_resource_local()
|
D | ldlm_resource.c | 1309 if (type == LDLM_IBITS || type == LDLM_PLAIN) in ldlm_resource_unlink_lock()
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 805 LASSERTF(!it || einfo->ei_type == LDLM_IBITS, "lock type %d\n", in mdc_enqueue() 1053 LDLM_IBITS, &policy, LCK_NL, in mdc_finish_intent_lock() 1113 LDLM_IBITS, &policy, in mdc_revalidate_lock() 1163 .ei_type = LDLM_IBITS, in mdc_intent_lock()
|
D | mdc_request.c | 2373 if (lock->l_resource->lr_type != LDLM_IBITS) in mdc_cancel_for_recovery()
|
/drivers/staging/lustre/lustre/llite/ |
D | xattr_cache.c | 294 struct ldlm_enqueue_info einfo = { .ei_type = LDLM_IBITS, in ll_xattr_find_get_lock()
|
D | file.c | 319 LDLM_IBITS, &policy, lockmode, in ll_md_close() 2848 if (md_lock_match(ll_i2mdexp(inode), flags, fid, LDLM_IBITS, in ll_have_md_lock() 2877 fid, LDLM_IBITS, &policy, mode, lockh); in ll_take_md_lock() 3539 .ei_type = LDLM_IBITS, in ll_layout_refresh()
|
D | dir.c | 353 ll_inode2fid(dir), LDLM_IBITS, &policy, mode, &lockh); in ll_get_dir_page() 356 .ei_type = LDLM_IBITS, in ll_get_dir_page()
|
D | statahead.c | 829 einfo->ei_type = LDLM_IBITS; in sa_args_init()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 961 return lock->l_resource->lr_type == LDLM_IBITS && in ldlm_has_layout()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2722 LDLM_IBITS = 13, enumerator
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 330 CLASSERT(LDLM_IBITS == 13); in lustre_assert_wire_constants()
|