Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c515 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 …]
Dincore.h246 GLF_LOCK = 1, enumerator
Dtrace_gfs2.h35 {(1UL << GLF_LOCK), "l" }, \