DLM_IFL_MSTCPY 251 fs/dlm/lock.c return (lkb->lkb_nodeid && !(lkb->lkb_flags & DLM_IFL_MSTCPY)); DLM_IFL_MSTCPY 256 fs/dlm/lock.c return (lkb->lkb_flags & DLM_IFL_MSTCPY) ? 1 : 0; DLM_IFL_MSTCPY 2892 fs/dlm/lock.c if (lkb->lkb_flags & DLM_IFL_MSTCPY) DLM_IFL_MSTCPY 2942 fs/dlm/lock.c if (lkb->lkb_flags & DLM_IFL_MSTCPY) { DLM_IFL_MSTCPY 4086 fs/dlm/lock.c lkb->lkb_flags |= DLM_IFL_MSTCPY; DLM_IFL_MSTCPY 5585 fs/dlm/lock.c lkb->lkb_flags |= DLM_IFL_MSTCPY; DLM_IFL_MSTCPY 738 fs/dlm/lockspace.c if (lkb->lkb_lvbptr && lkb->lkb_flags & DLM_IFL_MSTCPY) DLM_IFL_MSTCPY 406 fs/dlm/recover.c if (!(lkb->lkb_flags & DLM_IFL_MSTCPY)) {