Searched refs:GLF_TRY_TO_EVICT (Results 1 – 3 of 3) sorted by relevance
1021 if (test_and_set_bit(GLF_TRY_TO_EVICT, &gl->gl_flags)) in gfs2_queue_try_to_evict()1044 if (test_and_clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags)) in delete_work_func()2094 clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags); in gfs2_cancel_delete_work()2348 if (test_bit(GLF_TRY_TO_EVICT, gflags)) in gflags2str()
331 GLF_TRY_TO_EVICT = 17, /* iopen glocks only */ enumerator
66 {(1UL << GLF_TRY_TO_EVICT), "e" }, \
Completed in 13 milliseconds