Home
last modified time | relevance | path

Searched refs:LDLM_FL_LVB_READY (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h244 #define LDLM_FL_LVB_READY 0x0000020000000000ULL // bit 41 macro
458 {LDLM_FL_LVB_READY, "LDLM_FL_LVB_READY"},
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1178 lock->l_flags |= LDLM_FL_LVB_READY; in ldlm_lock_allow_match_locked()
1283 if ((flags & LDLM_FL_LVB_READY) && in ldlm_lock_match()
1284 (!(lock->l_flags & LDLM_FL_LVB_READY))) { in ldlm_lock_match()
1285 __u64 wait_flags = LDLM_FL_LVB_READY | in ldlm_lock_match()
1311 if (!(lock->l_flags & LDLM_FL_LVB_READY)) { in ldlm_lock_match()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_lock.c346 if (!(olck->ols_flags & LDLM_FL_LVB_READY)) in osc_lock_lvb_update()
1172 if (olck->ols_flags & LDLM_FL_LVB_READY) { in osc_lock_wait()
1335 olck->ols_flags &= ~LDLM_FL_LVB_READY; in osc_lock_cancel()
Dosc_request.c2166 *flags |= LDLM_FL_LVB_READY; in osc_enqueue_fini()
2258 __u64 match_lvb = (agl != 0 ? 0 : LDLM_FL_LVB_READY); in osc_enqueue_base()
2296 if ((agl != 0) && !(matched->l_flags & LDLM_FL_LVB_READY)) { in osc_enqueue_base()
2304 *flags |= LDLM_FL_LVB_READY; in osc_enqueue_base()
2817 LDLM_FL_LVB_READY, in osc_get_info()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c3339 PFID(ll_inode2fid(inode)), !!(lock->l_flags & LDLM_FL_LVB_READY), in ll_layout_fetch()
3342 if ((lock->l_lvb_data != NULL) && (lock->l_flags & LDLM_FL_LVB_READY)) in ll_layout_fetch()
3427 lvb_ready = !!(lock->l_flags & LDLM_FL_LVB_READY); in ll_layout_lock_set()