Searched refs:fake_bastfn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 3908 static void fake_bastfn(void *astparam, int mode) in fake_bastfn() function 3910 log_print("fake_bastfn should not be called"); in fake_bastfn() 3927 lkb->lkb_bastfn = (ms->m_asts & DLM_CB_BAST) ? &fake_bastfn : NULL; in receive_request_args() 5606 lkb->lkb_bastfn = (rl->rl_asts & DLM_CB_BAST) ? &fake_bastfn : NULL; in receive_rcom_lock_args() 5812 fake_astfn, ua, fake_bastfn, &args); in dlm_user_request() 5889 fake_astfn, ua, fake_bastfn, &args); in dlm_user_convert()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 3713 static void fake_bastfn(void *astparam, int mode) in fake_bastfn() function 3715 log_print("fake_bastfn should not be called"); in fake_bastfn() 3732 lkb->lkb_bastfn = (ms->m_asts & cpu_to_le32(DLM_CB_BAST)) ? &fake_bastfn : NULL; in receive_request_args() 5359 lkb->lkb_bastfn = (rl->rl_asts & DLM_CB_BAST) ? &fake_bastfn : NULL; in receive_rcom_lock_args() 5574 fake_bastfn, &args); in dlm_user_request() 5655 fake_bastfn, &args); in dlm_user_convert()
|
Completed in 14 milliseconds