Home
last modified time | relevance | path

Searched refs:GLF_TRY_TO_EVICT (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/gfs2/
H A Dglock.c1022 if (test_and_set_bit(GLF_TRY_TO_EVICT, &gl->gl_flags)) in gfs2_queue_try_to_evict()
1045 if (test_and_clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags)) in delete_work_func()
2096 clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags); in gfs2_cancel_delete_work()
2350 if (test_bit(GLF_TRY_TO_EVICT, gflags)) in gflags2str()
H A Dincore.h331 GLF_TRY_TO_EVICT = 17, /* iopen glocks only */ enumerator
H A Dtrace_gfs2.h66 {(1UL << GLF_TRY_TO_EVICT), "e" }, \