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

/linux-master/fs/gfs2/
H A Dglock.c664 clear_bit(GLF_LOCK, &gl->gl_flags);
793 * reply that would otherwise clear GLF_LOCK. So we clear it here.
795 clear_bit(GLF_LOCK, &gl->gl_flags);
837 if (test_and_set_bit(GLF_LOCK, &gl->gl_flags))
865 clear_bit(GLF_LOCK, &gl->gl_flags);
872 clear_bit(GLF_LOCK, &gl->gl_flags);
1506 if (test_bit(GLF_LOCK, &gl->gl_flags)) {
2012 if (test_and_set_bit(GLF_LOCK, &gl->gl_flags)) {
2019 WARN_ON(!test_and_clear_bit(GLF_LOCK, &gl->gl_flags));
2046 if (!test_bit(GLF_LOCK,
[all...]
H A Dincore.h317 GLF_LOCK = 1, enumerator in enum:__anon123
H A Dtrace_gfs2.h49 {(1UL << GLF_LOCK), "l" }, \

Completed in 102 milliseconds