Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
H A Ddlm_internal.h177 * node (e.g. DLM_IFL_MSTCPY). These are kept in the high two bytes.
203 #define DLM_IFL_MSTCPY 0x00010000 macro
H A Drecover.c406 if (!(lkb->lkb_flags & DLM_IFL_MSTCPY)) { in set_lock_master()
H A Dlock.c251 return (lkb->lkb_nodeid && !(lkb->lkb_flags & DLM_IFL_MSTCPY)); in is_process_copy()
256 return (lkb->lkb_flags & DLM_IFL_MSTCPY) ? 1 : 0; in is_master_copy()
2905 if (lkb->lkb_flags & DLM_IFL_MSTCPY) in validate_lock_args()
2945 if (lkb->lkb_flags & DLM_IFL_MSTCPY) { in validate_unlock_args()
4099 lkb->lkb_flags |= DLM_IFL_MSTCPY; in receive_request()
5600 lkb->lkb_flags |= DLM_IFL_MSTCPY; in receive_rcom_lock_args()
H A Dlockspace.c728 if (lkb->lkb_lvbptr && lkb->lkb_flags & DLM_IFL_MSTCPY) in lkb_idr_free()

Completed in 12 milliseconds