Searched refs:GLF_LOCK (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/gfs2/ |
| H A D | glock.c | 669 clear_bit(GLF_LOCK, &gl->gl_flags); in finish_xmote() 805 clear_bit(GLF_LOCK, &gl->gl_flags); in do_xmote() 855 if (test_bit(GLF_LOCK, &gl->gl_flags)) in run_queue() 857 set_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 889 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 896 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 1498 if (test_bit(GLF_LOCK, &gl->gl_flags)) { in add_to_queue() 1670 test_bit(GLF_LOCK, &gl->gl_flags) && in gfs2_glock_dq() 1679 clear_bit(GLF_LOCK, &gl->gl_flags); in gfs2_glock_dq() 1964 return !test_bit(GLF_LOCK, &gl->gl_flags) && in can_free_glock() [all …]
|
| H A D | incore.h | 315 GLF_LOCK = 1, enumerator
|
| H A D | trace_gfs2.h | 49 {(1UL << GLF_LOCK), "l" }, \
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | gfs2-glocks.rst | 13 2. A non-blocking bit lock, GLF_LOCK, which is used to prevent other 91 Operation GLF_LOCK bit lock held gl_lockref.lock spinlock held
|