Home
last modified time | relevance | path

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

/linux-3.4.99/fs/dlm/
Drcom.c123 set_bit(LSFL_RCOM_WAIT, &ls->ls_flags); in allow_sync_reply()
130 clear_bit(LSFL_RCOM_WAIT, &ls->ls_flags); in disallow_sync_reply()
257 if (!test_bit(LSFL_RCOM_WAIT, &ls->ls_flags) || in receive_sync_reply()
267 clear_bit(LSFL_RCOM_WAIT, &ls->ls_flags); in receive_sync_reply()
Ddlm_internal.h588 #define LSFL_RCOM_WAIT 4 macro