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

/linux-master/fs/gfs2/
H A Dincore.h333 GLF_TRY_TO_EVICT = 17, /* iopen glocks only */ enumerator in enum:__anon123
H A Dglock.c999 if (test_and_set_bit(GLF_TRY_TO_EVICT, &gl->gl_flags))
1023 if (test_and_clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags)) {
2115 clear_bit(GLF_TRY_TO_EVICT, &gl->gl_flags);
2346 if (test_bit(GLF_TRY_TO_EVICT, gflags))

Completed in 132 milliseconds