Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dglock.c982 if (test_and_set_bit(GLF_TRY_TO_EVICT, &gl->gl_flags)) in gfs2_queue_try_to_evict()
1006 if (test_and_clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags)) { in delete_work_func()
2083 clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags); in gfs2_cancel_delete_work()
2314 if (test_bit(GLF_TRY_TO_EVICT, gflags)) in gflags2str()
Dincore.h333 GLF_TRY_TO_EVICT = 17, /* iopen glocks only */ enumerator