Searched refs:GLF_LOCK (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/gfs2/ |
D | glock.c | 716 clear_bit(GLF_LOCK, &gl->gl_flags); in finish_xmote() 848 clear_bit(GLF_LOCK, &gl->gl_flags); in do_xmote() 890 if (test_and_set_bit(GLF_LOCK, &gl->gl_flags)) in run_queue() 918 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 925 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 1496 if (test_bit(GLF_LOCK, &gl->gl_flags)) { in add_to_queue() 2032 if (test_and_set_bit(GLF_LOCK, &gl->gl_flags)) { in gfs2_dispose_glock_lru() 2039 WARN_ON(!test_and_clear_bit(GLF_LOCK, &gl->gl_flags)); in gfs2_dispose_glock_lru() 2067 if (!test_bit(GLF_LOCK, &gl->gl_flags)) { in gfs2_scan_glock_lru() 2354 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
|
D | incore.h | 318 GLF_LOCK = 1, enumerator
|
D | trace_gfs2.h | 49 {(1UL << GLF_LOCK), "l" }, \
|
/Linux-v6.1/Documentation/filesystems/ |
D | gfs2-glocks.rst | 13 2. A non-blocking bit lock, GLF_LOCK, which is used to prevent other 95 Operation GLF_LOCK bit lock held gl_lockref.lock spinlock held
|