Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h886 static inline bool ldlm_has_layout(struct ldlm_lock *lock) in ldlm_has_layout() function
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c196 } else if (ldlm_has_layout(lock)) { /* for layout lock, lvb has in ldlm_handle_cp_callback()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c710 if (lock != NULL && ldlm_has_layout(lock) && lvb_data != NULL) { in mdc_finish_enqueue()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c3271 LASSERT(ldlm_has_layout(lock)); in ll_layout_conf()
3373 LASSERT(ldlm_has_layout(lock)); in ll_layout_lock_set()
Dllite_lib.c1997 if (ldlm_has_layout(lock)) { in ll_prep_inode()