Home
last modified time | relevance | path

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

/linux-4.1.27/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()
255 if (!test_bit(LSFL_RCOM_WAIT, &ls->ls_flags) || in receive_sync_reply()
265 clear_bit(LSFL_RCOM_WAIT, &ls->ls_flags); in receive_sync_reply()
Ddlm_internal.h655 #define LSFL_RCOM_WAIT 6 macro