Home
last modified time | relevance | path

Searched refs:DLM_CB_BAST (Results 1 – 4 of 4) sorted by relevance

/linux/fs/dlm/
H A Duser.c208 if ((flags & DLM_CB_BAST) && ua->bastaddr == NULL) in dlm_user_add_ast()
721 if (flags & DLM_CB_BAST) { in copy_result_to_user()
848 if (cb->flags & DLM_CB_BAST) { in device_read()
H A Ddlm_internal.h208 #define DLM_CB_BAST 0x00000002 macro
H A Drcom.c433 rl->rl_asts |= DLM_CB_BAST; in pack_rcom_lock()
H A Dlock.c315 dlm_add_cb(lkb, DLM_CB_BAST, rqmode, 0, 0); in queue_bast()
3584 ms->m_asts |= cpu_to_le32(DLM_CB_BAST); in send_args()
3885 lkb->lkb_bastfn = (ms->m_asts & cpu_to_le32(DLM_CB_BAST)) ? &fake_bastfn : NULL; in receive_request_args()
5557 lkb->lkb_bastfn = (rl->rl_asts & DLM_CB_BAST) ? &fake_bastfn : NULL; in receive_rcom_lock_args()