Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/dlm/
A Ddlm_internal.h202 #define DLM_IFL_MSTCPY 0x00010000 macro
A Drecover.c406 if (!(lkb->lkb_flags & DLM_IFL_MSTCPY)) { in set_lock_master()
A 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()
2833 if (lkb->lkb_flags & DLM_IFL_MSTCPY) in validate_lock_args()
2911 if (lkb->lkb_flags & DLM_IFL_MSTCPY) { in validate_unlock_args()
4019 lkb->lkb_flags |= DLM_IFL_MSTCPY; in receive_request()
5522 lkb->lkb_flags |= DLM_IFL_MSTCPY; in receive_rcom_lock_args()
A Dlockspace.c767 if (lkb->lkb_lvbptr && lkb->lkb_flags & DLM_IFL_MSTCPY) in lkb_idr_free()
/linux-6.3-rc2/include/trace/events/
A Ddlm.h50 { DLM_IFL_MSTCPY, "MSTCPY" }, \

Completed in 22 milliseconds