Searched refs:GLF_LRU (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | glock.c | 225 if (!test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_add_to_lru() 226 set_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_add_to_lru() 239 if (test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_remove_from_lru() 242 clear_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_remove_from_lru() 1571 if (test_bit(GLF_LRU, &gl->gl_flags)) in gfs2_glock_nq() 1975 clear_bit(GLF_LRU, &gl->gl_flags); in gfs2_dispose_glock_lru() 1979 set_bit(GLF_LRU, &gl->gl_flags); in gfs2_dispose_glock_lru() 2309 if (test_bit(GLF_LRU, gflags)) in gflags2str()
|
A D | incore.h | 329 GLF_LRU = 13, enumerator
|
A D | trace_gfs2.h | 59 {(1UL << GLF_LRU), "L" }, \
|
Completed in 13 milliseconds