Searched refs:GLF_LOCK (Results 1 – 3 of 3) sorted by relevance
/fs/gfs2/ |
D | glock.c | 515 clear_bit(GLF_LOCK, &gl->gl_flags); in finish_xmote() 604 if (test_and_set_bit(GLF_LOCK, &gl->gl_flags)) in run_queue() 636 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 644 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 989 if (test_bit(GLF_LOCK, &gl->gl_flags)) in add_to_queue() 1113 GLOCK_BUG_ON(gl, test_and_set_bit(GLF_LOCK, &gl->gl_flags)); in gfs2_glock_dq() 1117 clear_bit(GLF_LOCK, &gl->gl_flags); in gfs2_glock_dq() 1417 if (!test_and_set_bit(GLF_LOCK, &gl->gl_flags)) { in gfs2_shrink_glock_memory() 1426 clear_bit(GLF_LOCK, &gl->gl_flags); in gfs2_shrink_glock_memory() 1570 clear_bit(GLF_LOCK, &gl->gl_flags); in gfs2_glock_finish_truncate() [all …]
|
D | incore.h | 246 GLF_LOCK = 1, enumerator
|
D | trace_gfs2.h | 35 {(1UL << GLF_LOCK), "l" }, \
|