Searched refs:m_asts (Results 1 – 2 of 2) sorted by relevance
442 __le32 m_asts; member
3640 ms->m_asts |= cpu_to_le32(DLM_CB_BAST); in send_args()3642 ms->m_asts |= cpu_to_le32(DLM_CB_CAST); in send_args()3947 lkb->lkb_bastfn = (ms->m_asts & cpu_to_le32(DLM_CB_BAST)) ? &fake_bastfn : NULL; in receive_request_args()3948 lkb->lkb_astfn = (ms->m_asts & cpu_to_le32(DLM_CB_CAST)) ? &fake_astfn : NULL; in receive_request_args()