Home
last modified time | relevance | path

Searched refs:DLM_IFL_MSTCPY (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/dlm/
Ddlm_internal.h205 #define DLM_IFL_MSTCPY 0x00010000 macro
Drecover.c408 if (!(lkb->lkb_flags & DLM_IFL_MSTCPY)) { in set_lock_master()
Dlockspace.c741 if (lkb->lkb_lvbptr && lkb->lkb_flags & DLM_IFL_MSTCPY) in lkb_idr_free()
Dlock.c253 return (lkb->lkb_nodeid && !(lkb->lkb_flags & DLM_IFL_MSTCPY)); in is_process_copy()
258 return (lkb->lkb_flags & DLM_IFL_MSTCPY) ? 1 : 0; in is_master_copy()
2907 if (lkb->lkb_flags & DLM_IFL_MSTCPY) in validate_lock_args()
2947 if (lkb->lkb_flags & DLM_IFL_MSTCPY) { in validate_unlock_args()
4101 lkb->lkb_flags |= DLM_IFL_MSTCPY; in receive_request()
5602 lkb->lkb_flags |= DLM_IFL_MSTCPY; in receive_rcom_lock_args()