Searched refs:m_asts (Results 1 – 2 of 2) sorted by relevance
453 __le32 m_asts; member
3586 ms->m_asts |= cpu_to_le32(DLM_CB_BAST); in send_args()3588 ms->m_asts |= cpu_to_le32(DLM_CB_CAST); in send_args()3887 lkb->lkb_bastfn = (ms->m_asts & cpu_to_le32(DLM_CB_BAST)) ? &fake_bastfn : NULL; in receive_request_args()3888 lkb->lkb_astfn = (ms->m_asts & cpu_to_le32(DLM_CB_CAST)) ? &fake_astfn : NULL; in receive_request_args()
Completed in 28 milliseconds