Searched refs:GLF_LOCK (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/gfs2/ |
| A D | glock.c | 664 clear_bit(GLF_LOCK, &gl->gl_flags); in finish_xmote() 800 clear_bit(GLF_LOCK, &gl->gl_flags); in do_xmote() 848 if (test_bit(GLF_LOCK, &gl->gl_flags)) in run_queue() 850 set_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 877 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 884 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 1515 if (test_bit(GLF_LOCK, &gl->gl_flags)) { in add_to_queue() 1988 return !test_bit(GLF_LOCK, &gl->gl_flags) && in can_free_glock() 2338 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
|
| A D | incore.h | 315 GLF_LOCK = 1, enumerator
|
| A D | trace_gfs2.h | 49 {(1UL << GLF_LOCK), "l" }, \
|
| /linux/Documentation/filesystems/ |
| 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
|
Completed in 15 milliseconds