Searched refs:GLF_LOCK (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/gfs2/ |
| A D | glock.c | 730 clear_bit(GLF_LOCK, &gl->gl_flags); in finish_xmote() 890 if (test_and_set_bit(GLF_LOCK, &gl->gl_flags)) in run_queue() 922 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 929 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 1491 if (test_bit(GLF_LOCK, &gl->gl_flags)) { in add_to_queue() 2015 if (test_and_set_bit(GLF_LOCK, &gl->gl_flags)) { in gfs2_dispose_glock_lru() 2022 WARN_ON(!test_and_clear_bit(GLF_LOCK, &gl->gl_flags)); in gfs2_dispose_glock_lru() 2050 if (!test_bit(GLF_LOCK, &gl->gl_flags)) { in gfs2_scan_glock_lru() 2247 clear_bit(GLF_LOCK, &gl->gl_flags); in gfs2_glock_finish_truncate() 2332 if (test_bit(GLF_LOCK, gflags)) in gflags2str()
|
| A D | incore.h | 317 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 95 Operation GLF_LOCK bit lock held gl_lockref.lock spinlock held
|
Completed in 16 milliseconds