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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_user.c160 static atomic_t ocfs2_control_opened; variable
215 if (atomic_read(&ocfs2_control_opened))
303 * elements, and only bump ocfs2_control_opened when we have all elements
344 atomic_inc(&ocfs2_control_opened);
577 if (atomic_dec_and_test(&ocfs2_control_opened)) {
642 atomic_set(&ocfs2_control_opened, 0);

Completed in 11 milliseconds