Searched refs:LCK_MINMODE (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_capa.c | 214 &ibits, LCK_MINMODE)) { in capa_thread_main()
|
D | namei.c | 236 ll_have_md_lock(inode, &bits, LCK_MINMODE); in ll_md_blocking_ast()
|
D | file.c | 2824 ldlm_mode_t mode = (l_req_mode == LCK_MINMODE) ? in ll_have_md_lock() 2955 } else if (!ll_have_md_lock(d_inode(dentry), &ibits, LCK_MINMODE)) { in __ll_inode_revalidate()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 1927 NULL, LCK_MINMODE, in ldlm_cli_hash_cancel_unused() 1953 LCK_MINMODE, flags, in ldlm_cli_cancel_unused()
|
D | ldlm_lock.c | 1985 lock->l_granted_mode = LCK_MINMODE; in ldlm_lock_cancel()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 153 LASSERT(mode > LCK_MINMODE && mode < LCK_MAXMODE); in lockmode_verify()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2709 LCK_MINMODE = 0, enumerator
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 305 LASSERTF(LCK_MINMODE == 0, "found %lld\n", in lustre_assert_wire_constants() 306 (long long)LCK_MINMODE); in lustre_assert_wire_constants()
|