Home
last modified time | relevance | path

Searched refs:SDF_WITHDRAWING (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dutil.h197 set_bit(SDF_WITHDRAWING, &sdp->sd_flags); in gfs2_withdraw_delayed()
208 test_bit(SDF_WITHDRAWING, &sdp->sd_flags)); in gfs2_withdrawing_or_withdrawn()
217 return unlikely(test_bit(SDF_WITHDRAWING, &sdp->sd_flags) && in gfs2_withdrawing()
H A Dincore.h605 SDF_WITHDRAWING = 11, /* Will withdraw eventually */ enumerator
H A Dsys.c120 test_bit(SDF_WITHDRAWING, &f), in status_show()
H A Dlog.c375 if (test_bit(SDF_WITHDRAWING, &sdp->sd_flags)) { in gfs2_ail1_empty()