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
954 return atomic_read(&dlm_monitor_opened) ? 1 : 0;
970 atomic_inc(&dlm_monitor_opened);
977 if (atomic_dec_and_test(&dlm_monitor_opened))
1024 atomic_set(&dlm_monitor_opened, 0);

Completed in 114 milliseconds