Searched refs:dlm_monitor_opened (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/dlm/
H A Duser.c32 static atomic_t dlm_monitor_opened; variable
903 return atomic_read(&dlm_monitor_opened) ? 1 : 0;
919 atomic_inc(&dlm_monitor_opened);
926 if (atomic_dec_and_test(&dlm_monitor_opened))
973 atomic_set(&dlm_monitor_opened, 0);

Completed in 109 milliseconds