Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h959 static inline bool ldlm_has_layout(struct ldlm_lock *lock) in ldlm_has_layout() function
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c219 } else if (ldlm_has_layout(lock)) { /* for layout lock, lvb has in ldlm_handle_cp_callback()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c743 if (lock != NULL && ldlm_has_layout(lock) && lvb_data != NULL) { in mdc_finish_enqueue()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c3313 LASSERT(ldlm_has_layout(lock)); in ll_layout_conf()
3418 LASSERT(ldlm_has_layout(lock)); in ll_layout_lock_set()
Dllite_lib.c2059 if (ldlm_has_layout(lock)) { in ll_prep_inode()