Home
last modified time | relevance | path

Searched refs:LSFL_RCOM_WAIT (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/dlm/
Drcom.c121 set_bit(LSFL_RCOM_WAIT, &ls->ls_flags); in allow_sync_reply()
128 clear_bit(LSFL_RCOM_WAIT, &ls->ls_flags); in disallow_sync_reply()
258 if (!test_bit(LSFL_RCOM_WAIT, &ls->ls_flags) || in receive_sync_reply()
268 clear_bit(LSFL_RCOM_WAIT, &ls->ls_flags); in receive_sync_reply()
Ddlm_internal.h661 #define LSFL_RCOM_WAIT 6 macro
Drecover.c55 if (test_bit(LSFL_RCOM_WAIT, &ls->ls_flags)) { in dlm_wait_function()