Home
last modified time | relevance | path

Searched refs:LDLM_IBITS (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c67 [LDLM_IBITS] = "IBT",
74 [LDLM_IBITS - LDLM_MIN_TYPE] = ldlm_ibits_policy_wire_to_local,
81 [LDLM_IBITS - LDLM_MIN_TYPE] = ldlm_ibits_policy_wire_to_local,
88 [LDLM_IBITS - LDLM_MIN_TYPE] = ldlm_ibits_policy_local_to_wire,
914 if (lock->l_resource->lr_type == LDLM_IBITS) { in search_granted_lock()
1030 if (res->lr_type == LDLM_PLAIN || res->lr_type == LDLM_IBITS) in ldlm_grant_lock()
1104 if (lock->l_resource->lr_type == LDLM_IBITS && in search_queue()
1287 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1289 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1308 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
[all …]
Dldlm_request.c455 if (!(type == LDLM_IBITS && in ldlm_cli_enqueue_fini()
1122 case LDLM_IBITS: in ldlm_cancel_no_wait_policy()
1499 if (policy && (lock->l_resource->lr_type == LDLM_IBITS) && in ldlm_cancel_resource_local()
Dldlm_resource.c1284 if (type == LDLM_IBITS || type == LDLM_PLAIN) in ldlm_resource_unlink_lock()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c770 LASSERTF(!it || einfo->ei_type == LDLM_IBITS, "lock type %d\n", in mdc_enqueue()
1019 LDLM_IBITS, &policy, LCK_NL, in mdc_finish_intent_lock()
1079 LDLM_IBITS, &policy, in mdc_revalidate_lock()
1129 .ei_type = LDLM_IBITS, in mdc_intent_lock()
Dmdc_request.c2249 if (lock->l_resource->lr_type != LDLM_IBITS) in mdc_cancel_for_recovery()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr_cache.c275 struct ldlm_enqueue_info einfo = { .ei_type = LDLM_IBITS, in ll_xattr_find_get_lock()
Ddir.c352 ll_inode2fid(dir), LDLM_IBITS, &policy, mode, &lockh); in ll_get_dir_page()
355 .ei_type = LDLM_IBITS, in ll_get_dir_page()
Dfile.c317 LDLM_IBITS, &policy, lockmode, &lockh)) in ll_md_close()
2808 if (md_lock_match(ll_i2mdexp(inode), flags, fid, LDLM_IBITS, in ll_have_md_lock()
2837 fid, LDLM_IBITS, &policy, mode, lockh); in ll_take_md_lock()
3482 .ei_type = LDLM_IBITS, in ll_layout_refresh()
Dstatahead.c828 einfo->ei_type = LDLM_IBITS; in sa_args_init()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h888 return lock->l_resource->lr_type == LDLM_IBITS && in ldlm_has_layout()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2709 LDLM_IBITS = 13, enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c332 CLASSERT(LDLM_IBITS == 13); in lustre_assert_wire_constants()